Skip to content

Commit a79d7c6

Browse files
authored
Merge pull request #1959 from Bilal2453/patch-2
meta: newproxy can accept a userdata value
2 parents 36f4f92 + c2c3a69 commit a79d7c6

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
@@ -128,7 +128,7 @@ function loadfile(filename, mode, env) end
128128
function loadstring(text, chunkname) end
129129

130130
---@version 5.1
131-
---@param proxy boolean|table
131+
---@param proxy boolean|table|userdata
132132
---@return userdata
133133
---@nodiscard
134134
function newproxy(proxy) end

0 commit comments

Comments
 (0)