--- Coro/README 2008/11/24 07:55:28 1.19 +++ Coro/README 2008/11/25 20:48:41 1.20 @@ -111,7 +111,7 @@ SIMPLE COROUTINE CREATION async { ... } [@args...] - Create a new coroutine and return it's coroutine object (usually + Create a new coroutine and return its coroutine object (usually unused). The coroutine will be put into the ready queue, so it will start running automatically on the next scheduler run. @@ -446,7 +446,7 @@ "Coro::rouse_cb" and "Coro::rouse_wait". The first function, "rouse_cb", generates and returns a callback that, - when invoked, will save it's arguments and notify the coroutine that + when invoked, will save its arguments and notify the coroutine that created the callback. The second function, "rouse_wait", waits for the callback to be called