Skip to content

Commit 2bb148f

Browse files
thefourtheyecjihrig
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 <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e05d4f4 commit 2bb148f

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)