Skip to content

Commit e8368a1

Browse files
Trottgibfahn
authored andcommitted
doc: improve punctuation in fs.open() text
PR-URL: #17463 Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
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

Lines changed: 1 addition & 1 deletion
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)