Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 49875f0

Browse filesBrowse files
SemigradskyMoLow
authored andcommitted
doc: fix params names
PR-URL: #47853 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
1 parent 94b5eaa commit 49875f0
Copy full SHA for 49875f0

File tree

Expand file treeCollapse file tree

2 files changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎doc/api/assert.md‎

Copy file name to clipboardExpand all lines: doc/api/assert.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff 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
452452
import assert from 'node:assert';
Collapse file

‎doc/api/stream.md‎

Copy file name to clipboardExpand all lines: doc/api/stream.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,7 @@ reader.read().then(({ value, done }) => {
33303330
added: REPLACEME
33313331
-->
33323332

3333-
* {boolean} objectMode
3333+
* `objectMode` {boolean}
33343334
* Returns: {integer}
33353335

33363336
Returns the default highWaterMark used by streams.
@@ -3342,8 +3342,8 @@ Defaults to `16384` (16 KiB), or `16` for `objectMode`.
33423342
added: REPLACEME
33433343
-->
33443344

3345-
* {boolean} objectMode
3346-
* {integer} highWaterMark value
3345+
* `objectMode` {boolean}
3346+
* `value` {integer} highWaterMark value
33473347

33483348
Sets the default highWaterMark used by streams.
33493349

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.