Benjamin Sago 8 년 전
부모
커밋
3d3ee8fd66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/fs/filter.rs

+ 1 - 1
src/fs/filter.rs

@@ -156,7 +156,7 @@ pub enum SortField {
     /// display the timestamps, not compare them.
     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.
     /// Recording a read time means writing to the file each time it’s read