We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adca98 commit 5ed4b89Copy full SHA for 5ed4b89
doc/api/globals.md
@@ -123,8 +123,8 @@ The `queueMicrotask()` method queues a microtask to invoke `callback`. If
123
be emitted.
124
125
In general, `queueMicrotask` is the idiomatic choice over `process.nextTick()`.
126
-`process.nextTick()` will always run before microtasks, and so unexpected
127
-execution order may be observed.
+`process.nextTick()` will always run before the microtask queue, and so
+unexpected execution order may be observed.
128
129
```js
130
// Here, `queueMicrotask()` is used to ensure the 'load' event is always
0 commit comments