Skip to content

Commit d25d044

Browse files
committed
rollup merge of #22441: msiemens/typo_fix
2 parents f807b6a + bad3bcb commit d25d044

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
@@ -114,7 +114,7 @@ impl File {
114114

115115
/// Open a file in write-only mode.
116116
///
117-
/// This function will create a file it it does not exist,
117+
/// This function will create a file if it does not exist,
118118
/// and will truncate it if it does.
119119
///
120120
/// See the `OpenOptions::open` function for more details.

0 commit comments

Comments
 (0)