Skip to content

Commit 7b1f5d1

Browse files
committed
Optimize comments
1 parent 0d45736 commit 7b1f5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (cmd *dirCmd) readFileNames(path, prefix string) {
6262
continue
6363
}
6464

65-
// read file points
65+
// read page points
6666
ext := filepath.Ext(p)
6767
pj, miss := newPageJudger(ext)
6868
if miss {

0 commit comments

Comments
 (0)