Browse Source

doc: fix sentence grammar timers.markdown

Just added ', it' because the phrasing did not seem correct.

PR-URL: https://github.com/iojs/io.js/pull/815
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v1.8.0-commit
Omer Wazir 10 years ago
committed by Jeremiah Senkpiel
parent
commit
ba40942ad2
  1. 2
      doc/api/timers.markdown

2
doc/api/timers.markdown

@ -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

Loading…
Cancel
Save