From 125df8375e9d7bd38cfcecfb953d71c85c14dd8c Mon Sep 17 00:00:00 2001 From: Ivan Filenko Date: Thu, 15 Mar 2018 04:35:10 +0300 Subject: [PATCH] doc: fix maximum-line-length md linter error --- doc/api/stream.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index ee35db61381230..814acc69d6a964 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -860,7 +860,8 @@ added: v0.9.4 * `destination` {stream.Writable} The destination for writing data * `options` {Object} Pipe options * `end` {boolean} End the writer when the reader ends. Defaults to `true`. -* 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 + streams The `readable.pipe()` method attaches a [Writable][] stream to the `readable`, causing it to switch automatically into flowing mode and push all of its data