Skip to content

Commit ae5cc88

Browse files
committed
fix. spelling mistake
1 parent e844038 commit ae5cc88

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/windows

1 file changed

+1
-1
lines changed

library/std/src/sys/windows/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ impl FileAttr {
963963
}
964964

965965
pub fn changed_u64(&self) -> Option<u64> {
966-
self.changed_time.map(|c| to_u64(c))
966+
self.change_time.map(|c| to_u64(c))
967967
}
968968

969969
pub fn volume_serial_number(&self) -> Option<u32> {

0 commit comments

Comments
 (0)