diff --git a/doc/api/stream.md b/doc/api/stream.md index c0a14c7aaa359f..2cdd6ffde31b29 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1517,6 +1517,9 @@ run().catch(console.error); ``` ### stream.Readable.from(iterable, [options]) + * `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or `Symbol.iterator` iterable protocol.