Skip to content

Commit ba40942

Browse files
Omer WazirFishrock123
Omer Wazir
authored andcommitted
doc: fix sentence grammar timers.markdown
Just added ', it' because the phrasing did not seem correct. PR-URL: #815 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent becb4e9 commit ba40942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/timers.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Stops an interval from triggering.
3434

3535
The opaque value returned by `setTimeout` and `setInterval` also has the method
3636
`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.
37+
it is the only item left in the event loop, it won't keep the program running.
3838
If the timer is already `unref`d calling `unref` again will have no effect.
3939

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

0 commit comments

Comments
 (0)