about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-10-17 22:21:03 +0800
committerGitHub <noreply@github.com>2017-10-17 22:21:03 +0800
commit78080f11add0b4e66cb5e5212524e841798c289c (patch)
treed43b5c8bee858530006f89e0fa6e4991af14ebaa /src/libstd
parentb80bcadd01a3beffff1eacc3420bd0e773fda837 (diff)
parentcefaaf21ee2dad6e615c5b2905d2bf9750547ce8 (diff)
downloadrust-78080f11add0b4e66cb5e5212524e841798c289c.tar.gz
rust-78080f11add0b4e66cb5e5212524e841798c289c.zip
Rollup merge of #45329 - rust-lang:duplicate-word, r=QuietMisdreavus
Remove duplicated word

r? @rust-lang/docs
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/sys/windows/ext/fs.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/sys/windows/ext/fs.rs b/src/libstd/sys/windows/ext/fs.rs
index d58a3505154..a532163f61e 100644
--- a/src/libstd/sys/windows/ext/fs.rs
+++ b/src/libstd/sys/windows/ext/fs.rs
@@ -393,8 +393,8 @@ pub trait MetadataExt {
     /// to. For a directory, the structure specifies when the directory was
     /// created.
     ///
-    /// If the underlying filesystem does not support the last write time
-    /// time, the returned value is 0.
+    /// If the underlying filesystem does not support the last write time,
+    /// the returned value is 0.
     ///
     /// # Examples
     ///