Skip to content

Commit

Permalink
doc: correct version metadata for Readable.from
Browse files Browse the repository at this point in the history
PR-URL: #32639
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
kzar authored and targos committed Apr 11, 2020
1 parent 17a3dce commit ba0ea79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,9 @@ failure, this can cause event listener leaks and swallowed errors.

### `stream.Readable.from(iterable, [options])`
<!-- YAML
added: v12.3.0
added:
- v12.3.0
- v10.17.0
-->

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

0 comments on commit ba0ea79

Please sign in to comment.