Skip to content

Commit

Permalink
doc: fix maximum-line-length md linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
prog1dev committed Mar 15, 2018
1 parent 51f9814 commit 125df83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 125df83

Please sign in to comment.