Skip to content

Commit db2607d

Browse files
committed
Merge branch 'main' of github.com:CppCXY/emmylua-analyzer-rust
2 parents 41d447e + e3a5d8d commit db2607d

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)