diff options
Diffstat (limited to 'meta/template/basic.lua')
-rw-r--r-- | meta/template/basic.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/template/basic.lua b/meta/template/basic.lua index b3eec153..9b6210e1 100644 --- a/meta/template/basic.lua +++ b/meta/template/basic.lua @@ -56,7 +56,7 @@ _G = {} ---@version 5.1 ---#DES 'getfenv' ----@param f? integer|async fun() +---@param f? integer|async fun(...):... ---@return table ---@nodiscard function getfenv(f) end @@ -204,7 +204,7 @@ function select(index, ...) end ---@version 5.1 ---#DES 'setfenv' ----@param f async fun()|integer +---@param f async fun(...):...|integer ---@param table table ---@return function function setfenv(f, table) end |