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 efd76bf8287..b6da7d98a1f 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1276,7 +1276,7 @@ myReader.on('readable', () => {
<!-- YAML
added: v10.0.0
changes:
- - version: REPLACEME
+ - version: v10.17.0
pr-url: https://github.com/nodejs/node/pull/26989
description: Symbol.asyncIterator support is no longer experimental.
-->