Skip to content

Commit 9ed27a4

Browse files
committed
Rollup merge of rust-lang#31088 - tshepang:grammar, r=brson
2 parents b4311b7 + 52c89ee commit 9ed27a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/fs.rs

+1-1
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)