summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-02 21:59:01 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-02 21:59:01 +0800
commit37f95b72a8a18b9c4923bc6ef45d77bf55ba3e06 (patch)
treece326d05881a7709ed012c8259278c01b7b4f014
parent06b7670da978254be0c9d6727b23e6076ab54d48 (diff)
downloadlua-language-server-37f95b72a8a18b9c4923bc6ef45d77bf55ba3e06.zip
small fix
-rw-r--r--meta/template/file.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/file.lua b/meta/template/file.lua
index 8d826ac1..e6fa8447 100644
--- a/meta/template/file.lua
+++ b/meta/template/file.lua
@@ -19,7 +19,7 @@ local file = {}
---#end
---#end
----@alias exitcode | '"exit"'|'"signal"'
+---@alias exitcode '"exit"'|'"signal"'
---#DES 'file:close'
---@return boolean? suc