Remove duplicated word

This commit is contained in:
Guillaume Gomez
2017-10-17 00:19:25 +02:00
committed by GitHub
parent 4e9527cf6f
commit cefaaf21ee

View 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
///