We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f9814 commit 125df83Copy full SHA for 125df83
doc/api/stream.md
@@ -860,7 +860,8 @@ added: v0.9.4
860
* `destination` {stream.Writable} The destination for writing data
861
* `options` {Object} Pipe options
862
* `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
+* Returns: {stream.Writable} making it possible to set up chains of piped
864
+ streams
865
866
The `readable.pipe()` method attaches a [Writable][] stream to the `readable`,
867
causing it to switch automatically into flowing mode and push all of its data
0 commit comments