From 071ecd6ea1db9d417d433ecd3914fd59dd125a93 Mon Sep 17 00:00:00 2001 From: "Sakthipriyan Vairamani (thefourtheye)" Date: Mon, 6 Nov 2017 12:14:23 +0530 Subject: [PATCH] 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 Reviewed-By: Gireesh Punathil Reviewed-By: Joyee Cheung Reviewed-By: James M Snell --- doc/api/stream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index e5515432b0ec25..6ee016466206d8 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -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