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.
2 parents f807b6a + bad3bcb commit d25d044Copy full SHA for d25d044
src/libstd/fs.rs
@@ -114,7 +114,7 @@ impl File {
114
115
/// Open a file in write-only mode.
116
///
117
- /// This function will create a file it it does not exist,
+ /// This function will create a file if it does not exist,
118
/// and will truncate it if it does.
119
120
/// See the `OpenOptions::open` function for more details.
0 commit comments