Skip to content

Commit

Permalink
doc: add missing underscore for markdown italics
Browse files Browse the repository at this point in the history
A closing underscore was missing from the `poll` section of the event
loop doc. Also emboldened a word for continuity and readability.

PR-URL: #6529
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
Kevin Donahue authored and Fishrock123 committed May 3, 2016
1 parent e19c5dd commit 05f4313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/topics/the-event-loop-timers-and-nexttick.md
Expand Up @@ -170,7 +170,7 @@ through its queue of callbacks executing them synchronously until
either the queue has been exhausted, or the system-dependent hard limit
is reached.

* _If the `poll` queue is **empty**, one of two more things will
* _If the `poll` queue **is empty**_, one of two more things will
happen:
* If scripts have been scheduled by `setImmediate()`, the event loop
will end the `poll` phase and continue to the `check` phase to
Expand Down

0 comments on commit 05f4313

Please sign in to comment.