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.
2 parents 39da671 + 1d32243 commit 434bdb6Copy full SHA for 434bdb6
pkg/blame/blame.go
@@ -18,7 +18,7 @@ type Options struct {
18
Lines []int
19
}
20
21
-// Blame represents the "blame" of a particlar line or range of lines
+// Blame represents the "blame" of a particular line or range of lines
22
type Blame struct {
23
SHA string
24
Author Event
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