We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111e9bc commit 38695ccCopy full SHA for 38695cc
library/std/src/os/unix/fs.rs
@@ -408,10 +408,10 @@ pub trait OpenOptionsExt {
408
/// Pass custom flags to the `flags` argument of `open`.
409
///
410
/// 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.
+ /// ensure they do not interfere with the access mode set by Rust's options.
412
413
- /// Custom flags can only set flags, not remove flags set by Rusts options.
414
- /// This options overwrites any previously set custom flags.
+ /// Custom flags can only set flags, not remove flags set by Rust's options.
+ /// This function overwrites any previously-set custom flags.
415
416
/// # Examples
417
0 commit comments