diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-01-17 22:00:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-01-17 22:00:35 +0800 |
commit | b98f3129a1781eedf355ac9101757fad0da8a775 (patch) | |
tree | e46d1062b894c923a1bdca4b3c80c97107d99d5b /meta/3rd | |
parent | 75d4e9ec1a3df6c2a8d1a19eb57a26eb776f3624 (diff) | |
download | lua-language-server-b98f3129a1781eedf355ac9101757fad0da8a775.zip |
fix #1829
Diffstat (limited to 'meta/3rd')
-rw-r--r-- | meta/3rd/love2d/library/love/event.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/love2d/library/love/event.lua b/meta/3rd/love2d/library/love/event.lua index e06e3ae8..0b61f250 100644 --- a/meta/3rd/love2d/library/love/event.lua +++ b/meta/3rd/love2d/library/love/event.lua @@ -66,7 +66,7 @@ function love.event.push(n, a, b, c, d, e, f, ...) end --- ---[Open in Browser](https://love2d.org/wiki/love.event.quit) --- ----@overload fun('restart': string|'restart') +---@overload fun(restart: string|'restart') ---@param exitstatus? number # The program exit status to use when closing the application. function love.event.quit(exitstatus) end |