Skip to content

Commit 1bd6962

Browse files
thefourtheyeMylesBorins
authored andcommitted
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: #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>
1 parent 6b9bd51 commit 1bd6962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/stream.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ reader.pipe(writer);
316316
added: v0.9.4
317317
-->
318318

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

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

0 commit comments

Comments
 (0)