summaryrefslogtreecommitdiff
path: root/meta/template/basic.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/basic.lua')
-rw-r--r--meta/template/basic.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua
index 262075c7..b3eec153 100644
--- a/meta/template/basic.lua
+++ b/meta/template/basic.lua
@@ -158,7 +158,7 @@ function pairs(t) end
---#if VERSION == 5.1 and not JIT then
---@param f function
---#else
----@param f async fun()
+---@param f async fun(...):...
---#end
---@param arg1? any
---@return boolean success
@@ -273,7 +273,7 @@ function warn(message, ...) end
function xpcall(f, err) end
---#else
---#DES 'xpcall>5.2'
----@param f async fun()
+---@param f async fun(...):...
---@param msgh function
---@param arg1? any
---@return boolean success