We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a362aa commit 93f1aa2Copy full SHA for 93f1aa2
2 files changed
doc/api/assert.md
@@ -455,9 +455,9 @@ added:
455
456
* `fn` {Function} a tracked function to reset.
457
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
+Reset calls of the call tracker.
+If a tracked function is passed as an argument, the calls will be reset for it.
+If no arguments are passed, all tracked functions will be reset
461
462
```mjs
463
import assert from 'node:assert';
doc/api/stream.md
@@ -3354,7 +3354,7 @@ reader.read().then(({ value, done }) => {
3354
added: v19.9.0
3355
-->
3356
3357
-* {boolean} objectMode
+* `objectMode` {boolean}
3358
* Returns: {integer}
3359
3360
Returns the default highWaterMark used by streams.
@@ -3366,8 +3366,8 @@ Defaults to `16384` (16 KiB), or `16` for `objectMode`.
3366
3367
3368
3369
3370
-* {integer} highWaterMark value
+* `value` {integer} highWaterMark value
3371
3372
Sets the default highWaterMark used by streams.
3373
0 commit comments