summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d/library/love.event.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-20 20:15:53 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-20 20:15:53 +0800
commit86616712e365dd84d03a559f5b69c5e87ab5eed1 (patch)
tree3aef774af7cd7053e911f707da8ee0b755114479 /meta/3rd/love2d/library/love.event.lua
parent2646668ef25f8a90d07f2cc929a037e62c729381 (diff)
downloadlua-language-server-86616712e365dd84d03a559f5b69c5e87ab5eed1.zip
update
Diffstat (limited to 'meta/3rd/love2d/library/love.event.lua')
-rw-r--r--meta/3rd/love2d/library/love.event.lua2
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