summaryrefslogtreecommitdiff
path: root/meta/template
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template')
-rw-r--r--meta/template/coroutine.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/template/coroutine.lua b/meta/template/coroutine.lua
index 085ff6fc..91a3aba3 100644
--- a/meta/template/coroutine.lua
+++ b/meta/template/coroutine.lua
@@ -10,13 +10,14 @@ coroutine = {}
---@nodiscard
function coroutine.create(f) end
----#if VERSION >= 5.3 then
+---#if VERSION >= 5.4 then
---#DES 'coroutine.isyieldable>5.4'
---@param co? thread
---@return boolean
---@nodiscard
function coroutine.isyieldable(co) end
---#else
+---@version >5.2
---#DES 'coroutine.isyieldable'
---@return boolean
---@nodiscard