Skip to content

Commit f3ec355

Browse files
TrottMylesBorins
authored andcommitted
doc: improve punctuation in fs.open() text
PR-URL: #17463 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent ef7444c commit f3ec355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ The file is created if it does not exist.
16721672
* `'ax+'` - Like `'a+'` but fails if `path` exists.
16731673

16741674
`mode` sets the file mode (permission and sticky bits), but only if the file was
1675-
created. It defaults to `0o666`, readable and writable.
1675+
created. It defaults to `0o666` (readable and writable).
16761676

16771677
The callback gets two arguments `(err, fd)`.
16781678

0 commit comments

Comments
 (0)