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
fixup!: change mode to permissions
  • Loading branch information
evanlucas committed Dec 14, 2017
commit d01acf2e757e88eee404f23380490b52dce657c3
4 changes: 2 additions & 2 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,8 +669,8 @@ changes:
* `callback` {Function}
* `err` {Error}

Asynchronously changes the mode of a file. No arguments other than a possible
exception are given to the completion callback.
Asynchronously changes the permissions of a file. No arguments other than a
possible exception are given to the completion callback.

See also: chmod(2)

Expand Down