We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d965edc commit de52ff8Copy full SHA for de52ff8
1 file changed
meta/template/io.lua
@@ -26,7 +26,7 @@ io = {}
26
27
---#DES 'io.close'
28
---@param file? file*
29
----@return boolean? suc
+---@return true? suc
30
---@return exitcode? exitcode
31
---@return integer? code
32
function io.close(file) end
@@ -119,7 +119,7 @@ local file = {}
119
---@alias exitcode "exit"|"signal"
120
121
---#DES 'file:close'
122
123
124
125
function file:close() end
0 commit comments