Skip to content

Commit

Permalink
doc: fix sentence grammar timers.markdown
Browse files Browse the repository at this point in the history
Just added ', it' because the phrasing did not seem correct.

PR-URL: #815
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
Omer Wazir authored and Fishrock123 committed Feb 13, 2015
1 parent becb4e9 commit ba40942
Showing 1 changed file with 1 addition and 1 deletion.
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 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

0 comments on commit ba40942

Please sign in to comment.