Skip to content

Commit c49a608

Browse files
committed
spelling: todos
1 parent 4100341 commit c49a608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/todos/todos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (t ToDos) Less(i, j int) bool {
7171
return first.Blame.Author.When.Before(second.Blame.Author.When)
7272
}
7373

74-
// Swap swaps two todoss
74+
// Swap swaps two todos
7575
func (t ToDos) Swap(i, j int) {
7676
temp := t[i]
7777
t[i] = t[j]

0 commit comments

Comments
 (0)