Skip to content

Commit d674493

Browse files
Kevin DonahueFishrock123
Kevin Donahue
authored andcommitted
doc: add missing underscore for markdown italics
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 <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 1330496 commit d674493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/topics/the-event-loop-timers-and-nexttick.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ through its queue of callbacks executing them synchronously until
170170
either the queue has been exhausted, or the system-dependent hard limit
171171
is reached.
172172

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

0 commit comments

Comments
 (0)