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 BethGriggs committed Apr 6, 2020
1 parent 34c1c2a commit 2e3d511
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 @@ -1463,7 +1463,9 @@ run().catch(console.error);

### 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 2e3d511

Please sign in to comment.