Skip to content

Commit 6fd223a

Browse files
committed
fix: string.dump param
1 parent 9dabcb2 commit 6fd223a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • crates/emmylua_code_analysis/resources/std

crates/emmylua_code_analysis/resources/std/string.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ function string.char(...) end
5656
--- loaded, those upvalues receive fresh instances containing **nil**. (You can
5757
--- use the debug library to serialize and reload the upvalues of a function in
5858
--- a way adequate to your needs.)
59-
---@overload fun(func:fun()):string
60-
---@param func fun()
59+
---@param func function
6160
---@param strip? boolean
6261
---@return string
6362
function string.dump(func, strip) end

0 commit comments

Comments
 (0)