summaryrefslogtreecommitdiff
path: root/meta/template/io.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/io.lua')
-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'