Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: improvements
  • Loading branch information
marco-ippolito committed Jan 8, 2023
commit 3abb0a02ff3e0bf76d6dfe01e56d3ba9429bc2ac
6 changes: 2 additions & 4 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -2915,8 +2915,7 @@ the strings or buffers be iterated to match the other streams semantics
for performance reasons.

If an `Iterable` object containing promises is passed as an argument,
it could result in uncaught exceptions.
See the example below:
it might result in uncaught exceptions.

```js
const { Readable } = require('node:stream');
Expand Down Expand Up @@ -3058,8 +3057,7 @@ A utility method for creating duplex streams.
* Returns: {stream.Duplex}

If an `Iterable` object containing promises is passed as an argument,
it could result in uncaught exceptions.
See the example below:
it might result in uncaught exceptions.

```js
const { Duplex } = require('node:stream');
Expand Down