Skip to content

Commit

Permalink
doc: fix added version for readable.closed/destroyed
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
PR-URL: #44033
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
MasterOdin authored and ruyadorno committed Aug 22, 2022
1 parent b4224dd commit 8c1fe86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ Implementors should not override this method, but instead implement
##### `readable.closed`

<!-- YAML
added: v8.0.0
added: v18.0.0
-->

* {boolean}
Expand All @@ -1120,7 +1120,7 @@ Is `true` after `'close'` has been emitted.
##### `readable.destroyed`

<!-- YAML
added: v18.0.0
added: v8.0.0
-->

* {boolean}
Expand Down

0 comments on commit 8c1fe86

Please sign in to comment.