Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
nits
  • Loading branch information
bmeck committed Mar 29, 2018
commit d96304708b8b6dba04ffe4b85e8bed75b771e331
4 changes: 2 additions & 2 deletions doc/api/timers.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ Returns a reference to the `Timeout`.

### timeout[Symbol.toPrimitive]()

* Returns: {integer}

When coercing a `Timeout` to a primitive, a primitive will be generated that
can be used with the appropriate function that can be used to clear the
`Timeout`. This allows enhanced compatibility with browser `setTimeout`, and
`setInterval` implementations.

Returns a `number`.

## Scheduling Timers

A timer in Node.js is an internal construct that calls a given function after
Expand Down