From ba40942ad22c8dd0dc7699370c6d3867c99267bc Mon Sep 17 00:00:00 2001 From: Omer Wazir Date: Wed, 11 Feb 2015 23:13:54 -0700 Subject: [PATCH] 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 --- doc/api/timers.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/timers.markdown b/doc/api/timers.markdown index c99eadba7cf7a3..201fb04ec2ad4b 100644 --- a/doc/api/timers.markdown +++ b/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