Skip to content

Commit cac6e46

Browse files
authored
Merge pull request #1326 from Bilal2453/patch-1
#1325: add missing paramter type for getfenv
2 parents 79c0016 + 312e6d0 commit cac6e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta/template/basic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ _G = {}
5555

5656
---@version 5.1
5757
---#DES 'getfenv'
58-
---@param f? async fun()
58+
---@param f? integer|async fun()
5959
---@return table
6060
---@nodiscard
6161
function getfenv(f) end

0 commit comments

Comments
 (0)