doc: correct it's
to its
in process
"This event is emitted when io.js empties its event loop..." PR-URL: https://github.com/iojs/io.js/pull/837 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
parent
e81731ad18
commit
f0296933f8
@ -72,7 +72,7 @@ Example of listening for `exit`:
|
||||
|
||||
## Event: 'beforeExit'
|
||||
|
||||
This event is emitted when io.js empties it's event loop and has nothing else to
|
||||
This event is emitted when io.js empties its event loop and has nothing else to
|
||||
schedule. Normally, io.js exits when there is no work scheduled, but a listener
|
||||
for 'beforeExit' can make asynchronous calls, and cause io.js to continue.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user