Skip to content

Commit ba0ea79

Browse files
kzartargos
authored andcommitted
doc: correct version metadata for Readable.from
PR-URL: #32639 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 17a3dce commit ba0ea79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/stream.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,9 @@ failure, this can cause event listener leaks and swallowed errors.
16531653

16541654
### `stream.Readable.from(iterable, [options])`
16551655
<!-- YAML
1656-
added: v12.3.0
1656+
added:
1657+
- v12.3.0
1658+
- v10.17.0
16571659
-->
16581660

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

0 commit comments

Comments
 (0)