Skip to content

Commit 38695cc

Browse files
"set by Rusts options"
1 parent 111e9bc commit 38695cc

File tree

1 file changed

+3
-3
lines changed
  • library/std/src/os/unix

1 file changed

+3
-3
lines changed

library/std/src/os/unix/fs.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,10 +408,10 @@ pub trait OpenOptionsExt {
408408
/// Pass custom flags to the `flags` argument of `open`.
409409
///
410410
/// The bits that define the access mode are masked out with `O_ACCMODE`, to
411-
/// ensure they do not interfere with the access mode set by Rusts options.
411+
/// ensure they do not interfere with the access mode set by Rust's options.
412412
///
413-
/// Custom flags can only set flags, not remove flags set by Rusts options.
414-
/// This options overwrites any previously set custom flags.
413+
/// Custom flags can only set flags, not remove flags set by Rust's options.
414+
/// This function overwrites any previously-set custom flags.
415415
///
416416
/// # Examples
417417
///

0 commit comments

Comments
 (0)