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
path: root/doc
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-12-27 18:09:35 +0300
committerRuben Bridgewater <ruben@bridgewater.de>2020-01-03 18:22:03 +0300
commit68557889d3c89ca8859b0395ac3a900073f65d06 (patch)
tree4dcc8adbe9d53b6f1c5c370946a206f5c48af1d7 /doc
parentd2ab877b7253804451eb298664cef5349ed5d3e9 (diff)
doc: update parameter type for fsPromises.chmod()
This was overlooked in https://github.com/nodejs/node/pull/31085. PR-URL: https://github.com/nodejs/node/pull/31115 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/fs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/fs.md b/doc/api/fs.md
index ee4d9750d93..9c7c48ba437 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -4680,7 +4680,7 @@ added: v10.0.0
-->
* `path` {string|Buffer|URL}
-* `mode` {integer}
+* `mode` {string|integer}
* Returns: {Promise}
Changes the permissions of a file then resolves the `Promise` with no