Skip to content

Commit 3d3ee8f

Browse files
committed
Typo fix
1 parent 827aa8b commit 3d3ee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fs/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub enum SortField {
156156
/// display the timestamps, not compare them.
157157
ModifiedDate,
158158

159-
/// The time the was accessed (the “atime”).
159+
/// The time the file was accessed (the “atime”).
160160
///
161161
/// Oddly enough, this field rarely holds the *actual* accessed time.
162162
/// Recording a read time means writing to the file each time it’s read

0 commit comments

Comments
 (0)