From 991f8741285e09e351354752ac371e2ca3b70160 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Mon, 21 Jan 2019 08:47:34 -0800 Subject: [PATCH] doc: hyperlink reference to process.nextTick --- doc/api/globals.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/globals.md b/doc/api/globals.md index 779aa2653884da..65b9ad01b21979 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