Skip to content

Commit d82758f

Browse files
committed
doc: correct version metadata for Readable.from
1 parent 83ebd77 commit d82758f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/stream.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,9 @@ failure, this can cause event listener leaks and swallowed errors.
16701670

16711671
### `stream.Readable.from(iterable, [options])`
16721672
<!-- YAML
1673-
added: v12.3.0
1673+
added:
1674+
- v12.3.0
1675+
- v10.17.0
16741676
-->
16751677

16761678
* `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or

0 commit comments

Comments
 (0)