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 1ed7542b97e..ee4d9750d93 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -1380,7 +1380,7 @@ changes:
-->
* `path` {string|Buffer|URL}
-* `mode` {integer}
+* `mode` {string|integer}
* `callback` {Function}
* `err` {Error}
@@ -1457,7 +1457,7 @@ changes:
-->
* `path` {string|Buffer|URL}
-* `mode` {integer}
+* `mode` {string|integer}
For detailed information, see the documentation of the asynchronous version of
this API: [`fs.chmod()`][].