We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4100341 commit c49a608Copy full SHA for c49a608
pkg/todos/todos.go
@@ -71,7 +71,7 @@ func (t ToDos) Less(i, j int) bool {
71
return first.Blame.Author.When.Before(second.Blame.Author.When)
72
}
73
74
-// Swap swaps two todoss
+// Swap swaps two todos
75
func (t ToDos) Swap(i, j int) {
76
temp := t[i]
77
t[i] = t[j]
0 commit comments