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
doc: Added a comma
I forgot to replace "then" with a comma.
  • Loading branch information
Omer Wazir committed Feb 12, 2015
commit 575a63f8fbbf0db4e210973cce58fc785b43dbf5
2 changes: 1 addition & 1 deletion doc/api/timers.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Stops an interval from triggering.

The opaque value returned by `setTimeout` and `setInterval` also has the method
`timer.unref()` which will allow you to create a timer that is active but if
it is the only item left in the event loop it won't keep the program running.
it is the only item left in the event loop, it won't keep the program running.
If the timer is already `unref`d calling `unref` again will have no effect.

In the case of `setTimeout` when you `unref` you create a separate timer that
Expand Down