spelling: coroutines

This commit is contained in:
Josh Soref 2021-11-04 00:35:20 -04:00
parent cf5de3925e
commit 16b15add47
2 changed files with 2 additions and 2 deletions

View file

@ -319,7 +319,7 @@ end
assert(a == 5^4)
-- access to locals of collected corroutines
-- access to locals of collected coroutines
local C = {}; setmetatable(C, {__mode = "kv"})
local x = coroutine.wrap (function ()
local a = 10

View file

@ -185,7 +185,7 @@ end
assert(a == 5^4)
-- access to locals of collected corroutines
-- access to locals of collected coroutines
local C = {}; setmetatable(C, {__mode = "kv"})
local x = coroutine.wrap (function ()
local a = 10