]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/io/fs.rs
auto merge of #15915 : erickt/rust/master, r=alexcrichton
[rust.git] / src / libstd / io / fs.rs
index f9f8ce377ec016d824dc7340b3dabe90b010c76a..1b2706b3f5b22c8434e6af0853911e52ad1554fa 100644 (file)
@@ -114,7 +114,7 @@ impl File {
     /// `FileMode` and `FileAccess` provide information about the permissions
     /// context in which a given stream is created. More information about them
     /// can be found in `std::io`'s docs. If a file is opened with `Write`
-    /// 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
     /// exist.
     ///
     /// Note that, with this function, a `File` is returned regardless of the