Skip to content

Commit

Permalink
doc: hyperlink reference to process.nextTick
Browse files Browse the repository at this point in the history
PR-URL: #25615
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
  • Loading branch information
sam-github committed Jan 21, 2019
1 parent e888f66 commit 6708011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The `queueMicrotask()` method queues a microtask to invoke `callback`. If
event will be emitted.

The microtask queue is managed by V8 and may be used in a similar manner to
the `process.nextTick()` queue, which is managed by Node.js. The
the [`process.nextTick()`][] queue, which is managed by Node.js. The
`process.nextTick()` queue is always processed before the microtask queue
within each turn of the Node.js event loop.

Expand Down Expand Up @@ -241,6 +241,7 @@ The object that acts as the namespace for all W3C
[`console`]: console.html
[`exports`]: modules.html#modules_exports
[`module`]: modules.html#modules_module
[`process.nextTick()`]: process.html#process_process_nexttick_callback_args
[`process` object]: process.html#process_process
[`require()`]: modules.html#modules_require_id
[`setImmediate`]: timers.html#timers_setimmediate_callback_args
Expand Down

0 comments on commit 6708011

Please sign in to comment.