Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d674493

Browse filesBrowse files
Kevin DonahueFishrock123
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 <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 1330496 commit d674493
Copy full SHA for d674493

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: doc/topics/the-event-loop-timers-and-nexttick.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.