Skip to content

Commit e8368a1

Browse files
Trottgibfahn
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 4d4337d commit e8368a1

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
@@ -1261,7 +1261,7 @@ The file is created if it does not exist.
12611261
* `'ax+'` - Like `'a+'` but fails if `path` exists.
12621262

12631263
`mode` sets the file mode (permission and sticky bits), but only if the file was
1264-
created. It defaults to `0666`, readable and writable.
1264+
created. It defaults to `0o666` (readable and writable).
12651265

12661266
The callback gets two arguments `(err, fd)`.
12671267

0 commit comments

Comments
 (0)