Skip to content

Commit

Permalink
doc: update parameter type for fsPromises.chmod()
Browse files Browse the repository at this point in the history
This was overlooked in nodejs#31085.
  • Loading branch information
cjihrig committed Dec 27, 2019
1 parent 3cec1a2 commit 08064f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -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
Expand Down

0 comments on commit 08064f3

Please sign in to comment.