File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -455,9 +455,9 @@ added:
455455
456456* ` fn ` {Function} a tracked function to reset.
457457
458- reset calls of the call tracker.
459- if a tracked function is passed as an argument, the calls will be reset for it.
460- if no arguments are passed, all tracked functions will be reset
458+ Reset calls of the call tracker.
459+ If a tracked function is passed as an argument, the calls will be reset for it.
460+ If no arguments are passed, all tracked functions will be reset
461461
462462``` mjs
463463import assert from ' node:assert' ;
Original file line number Diff line number Diff line change @@ -3360,7 +3360,7 @@ reader.read().then(({ value, done }) => {
33603360added: v19.9.0
33613361-->
33623362
3363- * {boolean} objectMode
3363+ * ` objectMode ` {boolean}
33643364* Returns: {integer}
33653365
33663366Returns the default highWaterMark used by streams.
@@ -3372,8 +3372,8 @@ Defaults to `16384` (16 KiB), or `16` for `objectMode`.
33723372added: v19.9.0
33733373-->
33743374
3375- * {boolean} objectMode
3376- * {integer} highWaterMark value
3375+ * ` objectMode ` {boolean}
3376+ * ` value ` {integer} highWaterMark value
33773377
33783378Sets the default highWaterMark used by streams.
33793379
You can’t perform that action at this time.
0 commit comments