Skip to content

Commit cefaaf2

Browse files
Remove duplicated word
1 parent 4e9527c commit cefaaf2

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)