We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4311b7 + 52c89ee commit 9ed27a4Copy full SHA for 9ed27a4
src/libstd/fs.rs
@@ -414,7 +414,7 @@ impl OpenOptions {
414
/// This option, when true, will indicate that the file should be
415
/// `write`-able if opened.
416
///
417
- /// If a file already exist, any write calls on the file will overwrite its
+ /// If the file already exists, any write calls on it will overwrite its
418
/// contents, without truncating it.
419
420
/// # Examples
0 commit comments