diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-10-12 15:14:05 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-10-12 15:14:05 +0800 |
commit | e974091cf75f541a3fcb187c194763d857ba8f28 (patch) | |
tree | 0507b3dcc7c00042c1a205ef4eb6cf79152ae177 /meta/template | |
parent | 56113f40a21d2d5bbc2cbbfa6a2d5d546069d5c8 (diff) | |
download | lua-language-server-e974091cf75f541a3fcb187c194763d857ba8f28.zip |
`arg` is `string[]`
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/basic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index 6768f3e6..c92f0a2a 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -1,7 +1,7 @@ ---@meta ---#DES 'arg' ----@type table +---@type string[] arg = {} ---#DES 'assert' |