[doc] add a possessive apostrophe in OpenOptionsExt::mode

This commit is contained in:
Josh Stone 2019-10-28 13:01:02 -07:00
parent 03a50ae9b8
commit 096c99b6eb
2 changed files with 2 additions and 2 deletions

View file

@ -306,7 +306,7 @@ pub trait OpenOptionsExt {
/// If a new file is created as part of a `File::open_opts` call then this
/// specified `mode` will be used as the permission bits for the new file.
/// If no `mode` is set, the default of `0o666` will be used.
/// The operating system masks out bits with the systems `umask`, to produce
/// The operating system masks out bits with the system's `umask`, to produce
/// the final permissions.
///
/// # Examples

View file

@ -307,7 +307,7 @@ pub trait OpenOptionsExt {
/// If a new file is created as part of a `File::open_opts` call then this
/// specified `mode` will be used as the permission bits for the new file.
/// If no `mode` is set, the default of `0o666` will be used.
/// The operating system masks out bits with the systems `umask`, to produce
/// The operating system masks out bits with the system's `umask`, to produce
/// the final permissions.
///
/// # Examples