From 86616712e365dd84d03a559f5b69c5e87ab5eed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 20 Jul 2021 20:15:53 +0800 Subject: update --- meta/3rd/love2d/library/love.event.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/3rd/love2d/library/love.event.lua') 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 -- cgit v1.2.3