Minor spelling correction (nw)

This commit is contained in:
npwoods 2019-07-22 16:46:24 -04:00
parent d3999abb54
commit deacca8115

View File

@ -958,7 +958,7 @@ void lua_engine::initialize()
* *
* emu.thread() * emu.thread()
* *
* thread:start(scr) - run scr (lua code as string) in a seperate thread * thread:start(scr) - run scr (lua code as string) in a separate thread
* in a new empty (other than modules) lua context. * in a new empty (other than modules) lua context.
* thread runs until yield() and/or terminates on return. * thread runs until yield() and/or terminates on return.
* thread:continue(val) - resume thread that has yielded and pass val to it * thread:continue(val) - resume thread that has yielded and pass val to it