From c38f9c54c0f067e4272f5a611a682c7aed1daf8f 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. --- 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