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 @@ -444,9 +444,9 @@ added: v18.8.0
444444
445445* ` fn ` {Function} a tracked function to reset.
446446
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
450450
451451``` mjs
452452import assert from ' node:assert' ;
Original file line number Diff line number Diff line change @@ -3330,7 +3330,7 @@ reader.read().then(({ value, done }) => {
33303330added: REPLACEME
33313331-->
33323332
3333- * {boolean} objectMode
3333+ * ` objectMode ` {boolean}
33343334* Returns: {integer}
33353335
33363336Returns the default highWaterMark used by streams.
@@ -3342,8 +3342,8 @@ Defaults to `16384` (16 KiB), or `16` for `objectMode`.
33423342added: REPLACEME
33433343-->
33443344
3345- * {boolean} objectMode
3346- * {integer} highWaterMark value
3345+ * ` objectMode ` {boolean}
3346+ * ` value ` {integer} highWaterMark value
33473347
33483348Sets the default highWaterMark used by streams.
33493349
You can’t perform that action at this time.
0 commit comments