From 680ffb800e7fa8f16241407cfb83de0ff38aa0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sat, 13 Aug 2022 03:53:35 +0800 Subject: fix #1461 --- meta/template/coroutine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/template') diff --git a/meta/template/coroutine.lua b/meta/template/coroutine.lua index 0b07bf5c..f9392831 100644 --- a/meta/template/coroutine.lua +++ b/meta/template/coroutine.lua @@ -56,7 +56,7 @@ function coroutine.status(co) end ---#DES 'coroutine.wrap' ---@param f async fun() ----@return fun() +---@return fun(...):... ---@nodiscard function coroutine.wrap(f) end -- cgit v1.2.3