diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 20:15:53 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-20 20:15:53 +0800 |
commit | 86616712e365dd84d03a559f5b69c5e87ab5eed1 (patch) | |
tree | 3aef774af7cd7053e911f707da8ee0b755114479 /meta/3rd/love2d/library/love.event.lua | |
parent | 2646668ef25f8a90d07f2cc929a037e62c729381 (diff) | |
download | lua-language-server-86616712e365dd84d03a559f5b69c5e87ab5eed1.zip |
update
Diffstat (limited to 'meta/3rd/love2d/library/love.event.lua')
-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 10376b2e..759b5b36 100644 --- a/meta/3rd/love2d/library/love.event.lua +++ b/meta/3rd/love2d/library/love.event.lua @@ -39,7 +39,7 @@ function love.event.push() end --- ---The quit event is a signal for the event handler to close LÖVE. It's possible to abort the exit process with the love.quit callback. --- ----@overload fun('restart': string) +---@overload fun(restart: string|"'restart'") ---@param exitstatus number # The program exit status to use when closing the application. function love.event.quit(exitstatus) end |