Skip to content

Commit 125df83

Browse files
committed
doc: fix maximum-line-length md linter error
1 parent 51f9814 commit 125df83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/stream.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,8 @@ added: v0.9.4
860860
* `destination` {stream.Writable} The destination for writing data
861861
* `options` {Object} Pipe options
862862
* `end` {boolean} End the writer when the reader ends. Defaults to `true`.
863-
* Returns: {stream.Writable} making it possible to set up chains of piped streams
863+
* Returns: {stream.Writable} making it possible to set up chains of piped
864+
streams
864865

865866
The `readable.pipe()` method attaches a [Writable][] stream to the `readable`,
866867
causing it to switch automatically into flowing mode and push all of its data

0 commit comments

Comments
 (0)