diff options
Diffstat (limited to 'meta/template/io.lua')
-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 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' |