diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-11-27 15:33:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-11-27 15:33:28 +0800 |
commit | cbde92feafae9807e20acf8bb10e438e27e24c39 (patch) | |
tree | 056db12cab3c4020bb72d9cb30e6416669d62788 /script/library.lua | |
parent | 9c4760872cc0184c3d5b9f5d8df2fbb9f6467040 (diff) | |
download | lua-language-server-cbde92feafae9807e20acf8bb10e438e27e24c39.zip |
rename
Diffstat (limited to 'script/library.lua')
-rw-r--r-- | script/library.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/library.lua b/script/library.lua index 5a48499b..a48f9537 100644 --- a/script/library.lua +++ b/script/library.lua @@ -107,7 +107,7 @@ local function compileSingleMetaDoc(script, metaLang) end compileBuf[#compileBuf+1] = '---\n' end, - DESENUM = function (name) + DESTAIL = function (name) local des = metaLang[name] if not des then des = ('Miss locale <%s>'):format(name) |