diff options
author | fesily <fesil@foxmail.com> | 2023-04-27 16:02:49 +0800 |
---|---|---|
committer | fesily <fesil@foxmail.com> | 2023-04-27 16:02:49 +0800 |
commit | 004eb4fb0314851b96858152b49a44cff90564de (patch) | |
tree | e60ff4db8d604d581ed04bad6b9e02408832c612 /meta | |
parent | 50f77465af5ded634fd7aef07699cc4fc1c704f8 (diff) | |
download | lua-language-server-004eb4fb0314851b96858152b49a44cff90564de.zip |
doc fix coroutine isyieldable
Diffstat (limited to 'meta')
-rw-r--r-- | meta/template/coroutine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/template/coroutine.lua b/meta/template/coroutine.lua index b3890bfd..085ff6fc 100644 --- a/meta/template/coroutine.lua +++ b/meta/template/coroutine.lua @@ -10,7 +10,7 @@ coroutine = {} ---@nodiscard function coroutine.create(f) end ----#if VERSION >= 5.4 then +---#if VERSION >= 5.3 then ---#DES 'coroutine.isyieldable>5.4' ---@param co? thread ---@return boolean |