summaryrefslogtreecommitdiff
path: root/meta/3rd/love2d/library/love
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/love2d/library/love')
-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 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