From 004eb4fb0314851b96858152b49a44cff90564de Mon Sep 17 00:00:00 2001 From: fesily Date: Thu, 27 Apr 2023 16:02:49 +0800 Subject: doc fix coroutine isyieldable --- meta/template/coroutine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3