Skip to content

Commit 8ada275

Browse files
vsemozhetbytTrott
authored andcommitted
doc: add missing backticks in timers.md
PR-URL: #34030 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 336546b commit 8ada275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/timers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ that return `Promise` objects. The API is accessible via
314314
const timersPromises = require('timers/promises');
315315
```
316316

317-
### `timersPromises.setTimeout(delay\[, value\[, options\]\])
317+
### `timersPromises.setTimeout(delay\[, value\[, options\]\])`
318318

319319
* `delay` {number} The number of milliseconds to wait before resolving the
320320
`Promise`.
@@ -326,7 +326,7 @@ const timersPromises = require('timers/promises');
326326
* `signal` {AbortSignal} An optional `AbortSignal` that can be used to
327327
cancel the scheduled `Timeout`.
328328

329-
### `timersPromises.setImmediate(\[value\[, options\]\])
329+
### `timersPromises.setImmediate(\[value\[, options\]\])`
330330

331331
* `value` {any} A value with which the `Promise` is resolved.
332332
* `options` {Object}

0 commit comments

Comments
 (0)