]> git.lizzy.rs Git - rust.git/commitdiff
Remove duplicated word
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Mon, 16 Oct 2017 22:19:25 +0000 (00:19 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2017 22:19:25 +0000 (00:19 +0200)
src/libstd/sys/windows/ext/fs.rs

index d58a3505154dd9f74b27bd60da921dbff9ec52a6..a532163f61e190c0f44f01ecae2e90b3c65db6a5 100644 (file)
@@ -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
     ///