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
Prev Previous commit
Next Next commit
doc: change fs.chmod() description
  • Loading branch information
iwko authored and Trott committed Jul 9, 2018
commit 36a392e9d26aec58da7cb543f48fad607f56fa07
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ changes:
* `path` {string|Buffer|URL}
* `mode` {integer}

Synchronously changes the permissions of a file. Returns `undefined`.
Returns `undefined`.

For detailed information, see the documentation of the asynchronous version of
this API: [`fs.chmod()`][].
Expand Down