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