mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: coroutines
This commit is contained in:
parent
cf5de3925e
commit
16b15add47
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue