Skip to content

Commit a746511

Browse files
committed
https://github.com/LuaLS/lua-language-server/pull/2835
1 parent f7bfedc commit a746511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Annotations/Lua/basic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ function select(index, ...) end
236236
---
237237
---[View documents](command:extension.lua.doc?["en-us/51/manual.html/pdf-setfenv"])
238238
---
239-
---@param f async fun(...):...|integer
239+
---@param f (async fun(...):...)|integer
240240
---@param table table
241241
---@return function
242242
function setfenv(f, table) end

0 commit comments

Comments
 (0)