Skip to content

Commit 4dadf3b

Browse files
committed
fixup! lint
1 parent 4daedfd commit 4dadf3b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/api/stream.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,9 @@ changes:
26252625
finished before the call to `finished(stream, cb)`.
26262626
-->
26272627

2628-
* `stream` {Stream|ReadableStream|WritableStream} A readable and/or writable stream/webstream.
2628+
* `stream` {Stream|ReadableStream|WritableStream}
2629+
2630+
A readable and/or writable stream/webstream.
26292631

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

30443046
* `src` {Stream|Blob|ArrayBuffer|string|Iterable|AsyncIterable|
3045-
AsyncGeneratorFunction|AsyncFunction|Promise|Object|ReadableStream|WritableStream}
3047+
AsyncGeneratorFunction|AsyncFunction|Promise|Object|
3048+
ReadableStream|WritableStream}
30463049

30473050
A utility method for creating duplex streams.
30483051

0 commit comments

Comments
 (0)