We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becb4e9 commit ba40942Copy full SHA for ba40942
doc/api/timers.markdown
@@ -34,7 +34,7 @@ Stops an interval from triggering.
34
35
The opaque value returned by `setTimeout` and `setInterval` also has the method
36
`timer.unref()` which will allow you to create a timer that is active but if
37
-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.
38
If the timer is already `unref`d calling `unref` again will have no effect.
39
40
In the case of `setTimeout` when you `unref` you create a separate timer that
0 commit comments