diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 02:24:23 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 02:24:23 +0800 |
commit | e0e3c9ab6b69b16b8949f93f309461f298038fa4 (patch) | |
tree | b15be4999b0f212d502a45210bd7c3b2f426fb63 /meta/template | |
parent | ab171866489b903a74ab1da735ff5c35f78e9919 (diff) | |
download | lua-language-server-e0e3c9ab6b69b16b8949f93f309461f298038fa4.zip |
update
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/io.lua | 2 |
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' |