Skip to content

Commit c2c3a69

Browse files
authored
meta: newproxy can accept a userdata value
1 parent 677fac0 commit c2c3a69

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)