Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
eoop => loop
  • Loading branch information
ryanmurakami authored Jun 29, 2016
commit 4e673cd57be53767c34476a679199166bf18e222
2 changes: 1 addition & 1 deletion doc/topics/the-event-loop-timers-and-nexttick.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ scripts have been queued with `setImmediate()`, the event loop may
continue to the `check` phase rather than waiting.

`setImmediate()` is actually a special timer that runs in a separate
phase of the event eoop. It uses a libuv API that schedules callbacks to
phase of the event loop. It uses a libuv API that schedules callbacks to
execute after the `poll` phase has completed.

Generally, as the code is executed, the event loop will eventually hit
Expand Down