Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2022-07-29 04:02:11 +0300
committerLuigi Pinca <luigipinca@gmail.com>2022-08-15 21:35:08 +0300
commitfc032498891a521d7b8a02cb67a6df7b894c663f (patch)
treed1729967d9344359b9777c2342ccc5095d2f4d14 /doc/api/stream.md
parentb84a6338b477fbb8d03b2b598583fdca4d18d45a (diff)
doc: fix added version for readable.closed/destroyed
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com> PR-URL: https://github.com/nodejs/node/pull/44033 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index c4d90e40b51..21800229b51 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -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}
@@ -1120,7 +1120,7 @@ Is `true` after `'close'` has been emitted.
##### `readable.destroyed`
<!-- YAML
-added: v18.0.0
+added: v8.0.0
-->
* {boolean}