Skip to content

Commit

Permalink
doc: make stream.Readable consistent
Browse files Browse the repository at this point in the history
Rest of the document uses `stream.Readable` or `stream.Writable`. This
patch makes the usage consistent in the parameter description.

PR-URL: #16786
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
thefourtheye authored and gibfahn committed Dec 20, 2017
1 parent 58cd649 commit 8622353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ reader.pipe(writer);
added: v0.9.4
-->

* `src` {[Readable][] Stream} The source stream that
* `src` {stream.Readable} The source stream that
[unpiped][`stream.unpipe()`] this writable

The `'unpipe'` event is emitted when the [`stream.unpipe()`][] method is called
Expand Down

0 comments on commit 8622353

Please sign in to comment.