mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 10:02:21 +02:00
Fixed typo in assert text
This commit is contained in:
@@ -70,7 +70,7 @@ end
|
||||
|
||||
local function cowait(delay)
|
||||
local co = coroutine.running()
|
||||
assert(co, "You must run this form within a coroutine")
|
||||
assert(co, "You must run this from within a coroutine")
|
||||
timer.delay(delay, false, function()
|
||||
assert(coroutine.resume(co))
|
||||
end)
|
||||
|
Reference in New Issue
Block a user