summaryrefslogtreecommitdiff
path: root/doc/api/globals.md
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-01-21 08:47:34 -0800
committerSam Roberts <vieuxtech@gmail.com>2019-01-21 11:30:45 -0800
commit67080113e72b8e15423d50de3df5522f60b0d223 (patch)
tree219b56ed6c9e0022d24f22a5f1b4f4e9023b2cfd /doc/api/globals.md
parente888f667f5acae55b4604e101f0570e08da8236a (diff)
downloadandroid-node-v8-67080113e72b8e15423d50de3df5522f60b0d223.tar.gz
android-node-v8-67080113e72b8e15423d50de3df5522f60b0d223.tar.bz2
android-node-v8-67080113e72b8e15423d50de3df5522f60b0d223.zip
doc: hyperlink reference to process.nextTick
PR-URL: https://github.com/nodejs/node/pull/25615 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host>
Diffstat (limited to 'doc/api/globals.md')
-rw-r--r--doc/api/globals.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/globals.md b/doc/api/globals.md
index 779aa26538..65b9ad01b2 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -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.
@@ -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