Skip to content

Commit c886574

Browse files
author
Denis Krivak
committed
Fix typo.
1 parent edd8e1a commit c886574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func checkCommentForPeriod(c comment) *Issue {
8888
return &iss
8989
}
9090

91-
// checkCommentForCapital checks that the each sentense of the comment starts with
91+
// checkCommentForCapital checks that each sentense of the comment starts with
9292
// a capital letter.
9393
// nolint: unparam
9494
func checkCommentForCapital(c comment) []Issue {

0 commit comments

Comments
 (0)