File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ that return `Promise` objects. The API is accessible via
314314const 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}
You can’t perform that action at this time.
0 commit comments