diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-10-17 00:19:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-17 00:19:25 +0200 |
| commit | cefaaf21ee2dad6e615c5b2905d2bf9750547ce8 (patch) | |
| tree | 37f558646a3547e294f7f476c3a800b57736920e | |
| parent | 4e9527cf6f2d3749554d07a96fe14967f5470ef6 (diff) | |
| download | rust-duplicate-word.tar.gz | |
Remove duplicated wordduplicate-word
| -rw-r--r-- | src/libstd/sys/windows/ext/fs.rs | 4 |
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 /// |
