summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d/library/love.event.lua
diff options
context:
space:
mode:
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