From 53877357fcd566bc8b43f7fc948d9a7efc515c3d Mon Sep 17 00:00:00 2001 From: yorkie Date: Sun, 11 Sep 2016 09:42:00 +0800 Subject: [PATCH] doc: fix link on timers.md PR-URL: https://github.com/nodejs/node/pull/8488 Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- doc/api/timers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/timers.md b/doc/api/timers.md index d698aa9def..e356d2d672 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -22,7 +22,7 @@ This object is created internally and is returned from [`setTimeout()`][] and [`setInterval()`][]. It can be passed to [`clearTimeout`][] or [`clearInterval()`][] (respectively) in order to cancel the scheduled actions. -By default, when a timer is scheduled using either [`setTimeout`] or +By default, when a timer is scheduled using either [`setTimeout()`][] or [`setInterval()`][], the Node.js event loop will continue running as long as the timer is active. Each of the `Timeout` objects returned by these functions export both `timeout.ref()` and `timeout.unref()` functions that can be used to