This commit is contained in:
Benjamin Sago 2017-09-28 16:14:36 +01:00
parent 827aa8bfc3
commit 3d3ee8fd66

View File

@ -156,7 +156,7 @@ pub enum SortField {
/// display the timestamps, not compare them. /// display the timestamps, not compare them.
ModifiedDate, ModifiedDate,
/// The time the was accessed (the “atime”). /// The time the file was accessed (the “atime”).
/// ///
/// Oddly enough, this field rarely holds the *actual* accessed time. /// Oddly enough, this field rarely holds the *actual* accessed time.
/// Recording a read time means writing to the file each time its read /// Recording a read time means writing to the file each time its read