]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/fs.rs
Rollup merge of #47999 - jaystrictor:master, r=Mark-Simulacrum
[rust.git] / src / libstd / fs.rs
index 594c9d0ff5aed0fd3a8fa98ee136ecb30a011994..5cea389531f94bd5c2e34c77d02eb5c246fbff8b 100644 (file)
@@ -1023,7 +1023,7 @@ pub fn accessed(&self) -> io::Result<SystemTime> {
         self.0.accessed().map(FromInner::from_inner)
     }
 
-    /// Returns the creation time listed in the this metadata.
+    /// Returns the creation time listed in this metadata.
     ///
     /// The returned value corresponds to the `birthtime` field of `stat` on
     /// Unix platforms and the `ftCreationTime` field on Windows platforms.