Skip to content

Commit

Permalink
doc: consistent verbiage for references to timers/promises
Browse files Browse the repository at this point in the history
  • Loading branch information
foxxyz committed Jun 27, 2021
1 parent a33b2ab commit 0d12762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/timers.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ set to `1`. Non-integer delays are truncated to an integer.

If `callback` is not a function, a [`TypeError`][] will be thrown.

This method has an async iterator variant that is available using
This method has a custom variant for promises that is available using
[`timersPromises.setInterval()`][].

### `setTimeout(callback[, delay[, ...args]])`
Expand Down

0 comments on commit 0d12762

Please sign in to comment.