From 2f6101ed104a343aa7fac8b0e247ebe64972f235 Mon Sep 17 00:00:00 2001 From: Ltrlg Date: Fri, 16 Sep 2016 12:24:24 +0200 Subject: [PATCH] doc: fix broken link in timers doc PR-URL: https://github.com/nodejs/node/pull/8562 Reviewed-By: Yorkie Liu Reviewed-By: Luigi Pinca Reviewed-By: Prince John Wesley --- 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 b833e06d6e..729a134171 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -19,7 +19,7 @@ actions. ## Class: Timeout This object is created internally and is returned from [`setTimeout()`][] and -[`setInterval()`][]. It can be passed to [`clearTimeout`][] or +[`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