Skip to content

Commit df6553d

Browse files
committed
squash! nit about parentheses
1 parent 78911e7 commit df6553d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/fs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,9 +1570,9 @@ changes:
15701570
Synchronous version of [`fs.exists()`][].
15711571
Returns `true` if the path exists, `false` otherwise.
15721572

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

15771577
## fs.fchmod(fd, mode, callback)
15781578
<!-- YAML

0 commit comments

Comments
 (0)