Skip to content

Commit 65478fa

Browse files
sam-githubaddaleax
authored andcommitted
doc: hyperlink reference to process.nextTick
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>
1 parent c3409f5 commit 65478fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/globals.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The `queueMicrotask()` method queues a microtask to invoke `callback`. If
123123
event will be emitted.
124124

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

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

0 commit comments

Comments
 (0)