about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorJay Strict <jay.strict@posteo.de>2018-02-04 16:24:18 +0100
committerJay Strict <jay.strict@posteo.de>2018-02-04 16:24:18 +0100
commitf168700ba6257979dd90b20e0149e1ccf53590f0 (patch)
tree85198bf74e8f635013152fe67abb76ce45bd9ec6 /src/libstd
parent3986539df6eb3601cbd4e9c6c195583fca6dc10b (diff)
downloadrust-f168700ba6257979dd90b20e0149e1ccf53590f0.tar.gz
rust-f168700ba6257979dd90b20e0149e1ccf53590f0.zip
Remove 'the this' in doc comments.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/fs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs
index d1f3ccbd2c6..9bf90d40256 100644
--- a/src/libstd/fs.rs
+++ b/src/libstd/fs.rs
@@ -1001,7 +1001,7 @@ impl Metadata {
         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.