summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-10-17 14:54:14 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-10-17 14:54:14 +0800
commit3bdd74aa30a6175f1bbf973559241f99eb563dfe (patch)
tree1f357550d5d99dc2872d4df5f11f93fb396798df /meta/template
parent2638eeba70bf47ddd7ac5eec60141f7514135e4b (diff)
downloadlua-language-server-3bdd74aa30a6175f1bbf973559241f99eb563dfe.zip
fix #1637
Diffstat (limited to 'meta/template')
-rw-r--r--meta/template/io.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/io.lua b/meta/template/io.lua
index 66a77d38..d685128b 100644
--- a/meta/template/io.lua
+++ b/meta/template/io.lua
@@ -101,7 +101,7 @@ function io.write(...) end
---@class file*
local file = {}
----@alias readmode integer
+---@alias readmode integer|string
---#if VERSION >= 5.3 then
---| '"n"' # ---#DESTAIL 'readmode.n'
---| '"a"' # ---#DESTAIL 'readmode.a'