File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ pub trait OpenOptionsExt {
306
306
/// If a new file is created as part of a `File::open_opts` call then this
307
307
/// specified `mode` will be used as the permission bits for the new file.
308
308
/// If no `mode` is set, the default of `0o666` will be used.
309
- /// The operating system masks out bits with the systems `umask`, to produce
309
+ /// The operating system masks out bits with the system's `umask`, to produce
310
310
/// the final permissions.
311
311
///
312
312
/// # Examples
Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ pub trait OpenOptionsExt {
307
307
/// If a new file is created as part of a `File::open_opts` call then this
308
308
/// specified `mode` will be used as the permission bits for the new file.
309
309
/// If no `mode` is set, the default of `0o666` will be used.
310
- /// The operating system masks out bits with the systems `umask`, to produce
310
+ /// The operating system masks out bits with the system's `umask`, to produce
311
311
/// the final permissions.
312
312
///
313
313
/// # Examples
You can’t perform that action at this time.
0 commit comments