summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-23 02:24:23 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-23 02:24:23 +0800
commite0e3c9ab6b69b16b8949f93f309461f298038fa4 (patch)
treeb15be4999b0f212d502a45210bd7c3b2f426fb63 /meta/template
parentab171866489b903a74ab1da735ff5c35f78e9919 (diff)
downloadlua-language-server-e0e3c9ab6b69b16b8949f93f309461f298038fa4.zip
update
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 3a6e37ff..ba1e9a02 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 number
+---@alias readmode integer
---#if VERSION >= 5.3 then
---| '"n"' # ---#DESTAIL 'readmode.n'
---| '"a"' # ---#DESTAIL 'readmode.a'