doc: make stream.Readable consistent
Rest of the document uses `stream.Readable` or `stream.Writable`. This patch makes the usage consistent in the parameter description. PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
52e84541fd
commit
8eef52ed56
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user