Skip to content

Commit

Permalink
fixup! lint
Browse files Browse the repository at this point in the history
  • Loading branch information
debadree25 committed Jan 31, 2023
1 parent 4daedfd commit 4dadf3b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/api/stream.md
Expand Up @@ -2625,7 +2625,9 @@ changes:
finished before the call to `finished(stream, cb)`.
-->

* `stream` {Stream|ReadableStream|WritableStream} A readable and/or writable stream/webstream.
* `stream` {Stream|ReadableStream|WritableStream}

A readable and/or writable stream/webstream.

* `options` {Object}
* `error` {boolean} If set to `false`, then a call to `emit('error', err)` is
Expand Down Expand Up @@ -3042,7 +3044,8 @@ changes:
-->

* `src` {Stream|Blob|ArrayBuffer|string|Iterable|AsyncIterable|
AsyncGeneratorFunction|AsyncFunction|Promise|Object|ReadableStream|WritableStream}
AsyncGeneratorFunction|AsyncFunction|Promise|Object|
ReadableStream|WritableStream}

A utility method for creating duplex streams.

Expand Down

0 comments on commit 4dadf3b

Please sign in to comment.