summaryrefslogtreecommitdiff
path: root/meta/template/coroutine.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-04-27 16:09:48 +0800
committerGitHub <noreply@github.com>2023-04-27 16:09:48 +0800
commitd7e59826b5dec2d6f4b9ba59f6d64af42c078edd (patch)
treed4b0216580736dd3a9c3b0cf850834fbb2214bfd /meta/template/coroutine.lua
parenteeffd1462b892fda5d01282acf840ba0e154e467 (diff)
parenta3ff71dbd33ea04337327d8a2ee3f2d450d19601 (diff)
downloadlua-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.lua1
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