Skip to content

Commit a3ff71d

Browse files
committed
fix
1 parent 004eb4f commit a3ff71d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meta/template/coroutine.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ coroutine = {}
1010
---@nodiscard
1111
function coroutine.create(f) end
1212

13-
---#if VERSION >= 5.3 then
13+
---#if VERSION >= 5.4 then
1414
---#DES 'coroutine.isyieldable>5.4'
1515
---@param co? thread
1616
---@return boolean
1717
---@nodiscard
1818
function coroutine.isyieldable(co) end
1919
---#else
20+
---@version >5.2
2021
---#DES 'coroutine.isyieldable'
2122
---@return boolean
2223
---@nodiscard

0 commit comments

Comments
 (0)