Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: update parameter type for fsPromises.chmod()
This was overlooked in #31085.
  • Loading branch information
cjihrig committed Dec 27, 2019
commit 08064f3af3558cc88e85f7bce5b721d91ca10c46
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
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