We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0844262 commit e9f2ec4Copy full SHA for e9f2ec4
doc/api/timers.md
@@ -75,9 +75,7 @@ added: v0.9.1
75
* `...args` {any} Optional arguments to pass when the `callback` is called.
76
77
Schedules the "immediate" execution of the `callback` after I/O events'
78
-callbacks and before timers created using [`setTimeout()`][] and
79
-[`setInterval()`][] are triggered. Returns an `Immediate` for use with
80
-[`clearImmediate()`][].
+callbacks. Returns an `Immediate` for use with [`clearImmediate()`][].
81
82
When multiple calls to `setImmediate()` are made, the `callback` functions are
83
queued for execution in the order in which they are created. The entire callback
0 commit comments