Skip to content

Commit d7e5982

Browse files
authored
Merge pull request #2090 from fesily/doc-fix-coroutine-isyieldable
Doc fix coroutine isyieldable
2 parents eeffd14 + a3ff71d commit d7e5982

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta/template/coroutine.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function coroutine.create(f) end
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)