We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7669f04 commit f1e14ccCopy full SHA for f1e14cc
src/libstd/io/fs.rs
@@ -114,7 +114,7 @@ impl File {
114
/// `FileMode` and `FileAccess` provide information about the permissions
115
/// context in which a given stream is created. More information about them
116
/// can be found in `std::io`'s docs. If a file is opened with `Write`
117
- /// or `ReadWrite` access, then it will be created it does not already
+ /// or `ReadWrite` access, then it will be created if it does not already
118
/// exist.
119
///
120
/// Note that, with this function, a `File` is returned regardless of the
0 commit comments