diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-19 16:10:43 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-19 16:10:43 +0800 |
commit | 425ce6d166f385347e16a515b1e94d45762e359e (patch) | |
tree | 9b3aeb6a1392f8541db26f15a30b92334a8e05f8 /meta/template | |
parent | 9a560f542311cb5ad5cc82cda8aa526f96f25996 (diff) | |
download | lua-language-server-425ce6d166f385347e16a515b1e94d45762e359e.zip |
fix #312
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/package.lua b/meta/template/package.lua index fbbd10a4..0d6ab270 100644 --- a/meta/template/package.lua +++ b/meta/template/package.lua @@ -16,7 +16,7 @@ function require(modname) end ---#DES 'package' ---@class package* ---#DES 'package.config' ----@field conifg string +---@field config string ---#DES 'package.cpath' ---@field cpath string ---#DES 'package.loaded' |