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:
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 6ac3c18dff4..30840f6b4cc 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1287,7 +1287,7 @@ myReader.on('readable', () => {
<!-- YAML
added: v10.0.0
changes:
- - version: REPLACEME
+ - version: v11.14.0
pr-url: https://github.com/nodejs/node/pull/26989
description: Symbol.asyncIterator support is no longer experimental.
-->