Skip to content

Commit e2f93b1

Browse files
committed
docs: fix missed note
1 parent 866df83 commit e2f93b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/en/docs/guides/event-loop-timers-and-nexttick.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ percentage of the packages on npm. Every day more new modules are being
410410
added, which means every day we wait, more potential breakages occur.
411411
While they are confusing, the names themselves won't change.
412412

413-
*We recommend developers use `setImmediate()` in all cases because it's
414-
easier to reason about.*
413+
> We recommend developers use `setImmediate()` in all cases because it's
414+
> easier to reason about.
415415
416416
## Why use `process.nextTick()`?
417417

0 commit comments

Comments
 (0)