From 8fc6127f6a458a3bf47b0533f5bc2d2792bee9a6 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 15 Jul 2019 12:15:20 +0200 Subject: [PATCH 1/2] doc: add missing version metadata for Readable.from Fixes: https://github.com/nodejs/node/issues/28693 --- doc/api/stream.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/stream.md b/doc/api/stream.md index 16edb6d80ba310..381287f24e183e 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1507,6 +1507,9 @@ run().catch(console.error); ``` ### stream.Readable.from(iterable, [options]) + * `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or `Symbol.iterator` iterable protocol. From d083df392232a1c530a65052d7ab14749f9d47a3 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 15 Jul 2019 12:30:26 +0200 Subject: [PATCH 2/2] fixup! doc: add missing version metadata for Readable.from Co-Authored-By: Vse Mozhet Byt --- 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 381287f24e183e..8b07fa224ca45e 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1507,7 +1507,7 @@ run().catch(console.error); ``` ### stream.Readable.from(iterable, [options]) -