summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Donahue <kevindonahuedevelopment@gmail.com>2016-05-02 16:30:12 -0400
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2016-05-03 12:45:27 -0400
commiteb12f93b79ea76d5d34a635772ec9d2e44703544 (patch)
tree03dbd1ce039cc8ac0254875aef9aba77f069da7f
parent4e905fa8d5be1ff90895964a7f86401bc2b86462 (diff)
downloadnode-new-eb12f93b79ea76d5d34a635772ec9d2e44703544.tar.gz
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: https://github.com/nodejs/node/pull/6529 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
-rw-r--r--doc/topics/the-event-loop-timers-and-nexttick.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/the-event-loop-timers-and-nexttick.md b/doc/topics/the-event-loop-timers-and-nexttick.md
index fe58298d32..2955b9adb5 100644
--- a/doc/topics/the-event-loop-timers-and-nexttick.md
+++ b/doc/topics/the-event-loop-timers-and-nexttick.md
@@ -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