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/fs.md')
-rw-r--r--doc/api/fs.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index cf83d0de7cc..60570289a26 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -490,7 +490,7 @@ argument to `fs.createReadStream()`. If `path` is passed as a string, then
### readStream.pending
<!-- YAML
-added: REPLACEME
+added: v10.16.0
-->
* {boolean}
@@ -845,7 +845,7 @@ argument to [`fs.createWriteStream()`][]. If `path` is passed as a string, then
### writeStream.pending
<!-- YAML
-added: REPLACEME
+added: v10.16.0
-->
* {boolean}