File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -444,9 +444,9 @@ added: v18.8.0
444
444
445
445
* ` fn ` {Function} a tracked function to reset.
446
446
447
- reset calls of the call tracker.
448
- if a tracked function is passed as an argument, the calls will be reset for it.
449
- if no arguments are passed, all tracked functions will be reset
447
+ Reset calls of the call tracker.
448
+ If a tracked function is passed as an argument, the calls will be reset for it.
449
+ If no arguments are passed, all tracked functions will be reset
450
450
451
451
``` mjs
452
452
import assert from ' node:assert' ;
Original file line number Diff line number Diff line change @@ -3330,7 +3330,7 @@ reader.read().then(({ value, done }) => {
3330
3330
added: REPLACEME
3331
3331
-->
3332
3332
3333
- * {boolean} objectMode
3333
+ * ` objectMode ` {boolean}
3334
3334
* Returns: {integer}
3335
3335
3336
3336
Returns the default highWaterMark used by streams.
@@ -3342,8 +3342,8 @@ Defaults to `16384` (16 KiB), or `16` for `objectMode`.
3342
3342
added: REPLACEME
3343
3343
-->
3344
3344
3345
- * {boolean} objectMode
3346
- * {integer} highWaterMark value
3345
+ * ` objectMode ` {boolean}
3346
+ * ` value ` {integer} highWaterMark value
3347
3347
3348
3348
Sets the default highWaterMark used by streams.
3349
3349
You can’t perform that action at this time.
0 commit comments