Skip to content

Commit 52c89ee

Browse files
committed
doc: improve grammar
1 parent c6ba7fe commit 52c89ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ impl OpenOptions {
414414
/// This option, when true, will indicate that the file should be
415415
/// `write`-able if opened.
416416
///
417-
/// If a file already exist, any write calls on the file will overwrite its
417+
/// If the file already exists, any write calls on it will overwrite its
418418
/// contents, without truncating it.
419419
///
420420
/// # Examples

0 commit comments

Comments
 (0)