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 edd8e1a commit c886574Copy full SHA for c886574
checks.go
@@ -88,7 +88,7 @@ func checkCommentForPeriod(c comment) *Issue {
88
return &iss
89
}
90
91
-// checkCommentForCapital checks that the each sentense of the comment starts with
+// checkCommentForCapital checks that each sentense of the comment starts with
92
// a capital letter.
93
// nolint: unparam
94
func checkCommentForCapital(c comment) []Issue {
0 commit comments