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.thread.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/3rd/love2d/library/love.thread.lua') diff --git a/meta/3rd/love2d/library/love.thread.lua b/meta/3rd/love2d/library/love.thread.lua index 64769edb..4bcd9c7d 100644 --- a/meta/3rd/love2d/library/love.thread.lua +++ b/meta/3rd/love2d/library/love.thread.lua @@ -141,7 +141,7 @@ function Thread:isRunning() end --- ---Beginning with version 0.9.0, threads can be restarted after they have completed their execution. --- ----@overload fun(arg1: any, arg2: any, ...: any) +---@overload fun(arg1: any, arg2: any, ...) function Thread:start() end --- -- cgit v1.2.3