Skip to content

Commit 5387735

Browse files
yorkieFishrock123
authored andcommitted
doc: fix link on timers.md
PR-URL: #8488 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent f840bc8 commit 5387735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/timers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This object is created internally and is returned from [`setTimeout()`][] and
2222
[`setInterval()`][]. It can be passed to [`clearTimeout`][] or
2323
[`clearInterval()`][] (respectively) in order to cancel the scheduled actions.
2424

25-
By default, when a timer is scheduled using either [`setTimeout`] or
25+
By default, when a timer is scheduled using either [`setTimeout()`][] or
2626
[`setInterval()`][], the Node.js event loop will continue running as long as the
2727
timer is active. Each of the `Timeout` objects returned by these functions
2828
export both `timeout.ref()` and `timeout.unref()` functions that can be used to

0 commit comments

Comments
 (0)