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 /// to. For a directory, the structure specifies when the directory was
/// created. /// created.
/// ///
/// If the underlying filesystem does not support the last write time /// If the underlying filesystem does not support the last write time,
/// time, the returned value is 0. /// the returned value is 0.
/// ///
/// # Examples /// # Examples
/// ///