diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-04-27 16:09:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-27 16:09:48 +0800 |
commit | d7e59826b5dec2d6f4b9ba59f6d64af42c078edd (patch) | |
tree | d4b0216580736dd3a9c3b0cf850834fbb2214bfd /meta/template/coroutine.lua | |
parent | eeffd1462b892fda5d01282acf840ba0e154e467 (diff) | |
parent | a3ff71dbd33ea04337327d8a2ee3f2d450d19601 (diff) | |
download | lua-language-server-d7e59826b5dec2d6f4b9ba59f6d64af42c078edd.zip |
Merge pull request #2090 from fesily/doc-fix-coroutine-isyieldable
Doc fix coroutine isyieldable
Diffstat (limited to 'meta/template/coroutine.lua')
-rw-r--r-- | meta/template/coroutine.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/template/coroutine.lua b/meta/template/coroutine.lua index b3890bfd..91a3aba3 100644 --- a/meta/template/coroutine.lua +++ b/meta/template/coroutine.lua @@ -17,6 +17,7 @@ function coroutine.create(f) end ---@nodiscard function coroutine.isyieldable(co) end ---#else +---@version >5.2 ---#DES 'coroutine.isyieldable' ---@return boolean ---@nodiscard |