Skip to content

Commit

Permalink
squash! nit about parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jul 5, 2018
1 parent 78911e7 commit df6553d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1570,9 +1570,9 @@ changes:
Synchronous version of [`fs.exists()`][].
Returns `true` if the path exists, `false` otherwise.

`fs.exists()` is deprecated, but `fs.existsSync()` is not. (The `callback`
`fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback`
parameter to `fs.exists()` accepts parameters that are inconsistent with other
Node.js callbacks. `fs.existsSync()` does not use a callback.)
Node.js callbacks. `fs.existsSync()` does not use a callback.

## fs.fchmod(fd, mode, callback)
<!-- YAML
Expand Down

0 comments on commit df6553d

Please sign in to comment.