From 24011de9071fcd092fab29719d3fa8269a95288a Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 2 Oct 2019 00:31:57 -0400 Subject: doc: add explicit bracket for markdown reference links Use explicit trailing `[]` for reference markdown links to prevent implicit links when references are added to documents. PR-URL: https://github.com/nodejs/node/pull/29808 Reviewed-By: Ruben Bridgewater Reviewed-By: David Carlier Reviewed-By: Colin Ihrig --- doc/api/timers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/timers.md') diff --git a/doc/api/timers.md b/doc/api/timers.md index 66ee2ca97e..a99dd1c41e 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -136,7 +136,7 @@ added: v0.9.1 --> * `callback` {Function} The function to call at the end of this turn of - [the Node.js Event Loop] + the Node.js [Event Loop][] * `...args` {any} Optional arguments to pass when the `callback` is called. * Returns: {Immediate} for use with [`clearImmediate()`][] -- cgit v1.2.3