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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index f223e41cb58..c0f6ec9e169 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -589,7 +589,7 @@ the stream has not been destroyed, errored or ended.
##### `writable.writableAborted`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
> Stability: 1 - Experimental
@@ -1933,7 +1933,7 @@ console.log('done'); // Stream has finished
##### `readable.find(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.17.0
-->
> Stability: 1 - Experimental