about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-10-17 00:19:25 +0200
committerGitHub <noreply@github.com>2017-10-17 00:19:25 +0200
commitcefaaf21ee2dad6e615c5b2905d2bf9750547ce8 (patch)
tree37f558646a3547e294f7f476c3a800b57736920e /src/libstd/sys
parent4e9527cf6f2d3749554d07a96fe14967f5470ef6 (diff)
downloadrust-cefaaf21ee2dad6e615c5b2905d2bf9750547ce8.tar.gz
rust-cefaaf21ee2dad6e615c5b2905d2bf9750547ce8.zip
Remove duplicated word
Diffstat (limited to 'src/libstd/sys')
-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
     ///