Rollup merge of #45329 - rust-lang:duplicate-word, r=QuietMisdreavus

Remove duplicated word

r? @rust-lang/docs
This commit is contained in:
kennytm 2017-10-17 22:21:03 +08:00 committed by GitHub
commit 78080f11ad

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