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 c6ba7fe commit 52c89eeCopy full SHA for 52c89ee
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