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 ae5632c396e..9144c3debcb 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1955,7 +1955,7 @@ const myWritable = new Writable({
#### `writable._construct(callback)`
<!-- YAML
-added: REPLACEME
+added: v14.13.1
-->
* `callback` {Function} Call this function (optionally with an error
@@ -2271,7 +2271,7 @@ const myReadable = new Readable({
#### `readable._construct(callback)`
<!-- YAML
-added: REPLACEME
+added: v14.13.1
-->
* `callback` {Function} Call this function (optionally with an error