Skip to content

Commit 78080f1

Browse files
authored
Rollup merge of #45329 - rust-lang:duplicate-word, r=QuietMisdreavus
Remove duplicated word r? @rust-lang/docs
2 parents b80bcad + cefaaf2 commit 78080f1

File tree

1 file changed

+2
-2
lines changed
  • src/libstd/sys/windows/ext

1 file changed

+2
-2
lines changed

src/libstd/sys/windows/ext/fs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ pub trait MetadataExt {
393393
/// to. For a directory, the structure specifies when the directory was
394394
/// created.
395395
///
396-
/// If the underlying filesystem does not support the last write time
397-
/// time, the returned value is 0.
396+
/// If the underlying filesystem does not support the last write time,
397+
/// the returned value is 0.
398398
///
399399
/// # Examples
400400
///

0 commit comments

Comments
 (0)