diff options
Diffstat (limited to 'meta/template/coroutine.lua')
-rw-r--r-- | meta/template/coroutine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/coroutine.lua b/meta/template/coroutine.lua index e1f187df..82ce1269 100644 --- a/meta/template/coroutine.lua +++ b/meta/template/coroutine.lua @@ -51,7 +51,7 @@ function coroutine.status(co) end ---#DES 'coroutine.wrap' ---@param f function ----@return ... +---@return fun(...):... function coroutine.wrap(f) end ---#DES 'coroutine.yield' |