diff --git a/doc/api/stream.md b/doc/api/stream.md index 762f1565721c4e..657adfb751f893 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1653,7 +1653,9 @@ failure, this can cause event listener leaks and swallowed errors. ### `stream.Readable.from(iterable, [options])` * `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or