Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Jul 18, 2021
1 parent 8a1c19a commit f4ed6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func checkPeriod(comment string) (pos position, ok bool) {
return pos, false
}

// checkCapital checks that the each sentense of the text starts with
// checkCapital checks that each sentense of the text starts with
// a capital letter.
// NOTE: First letter is not checked in declaration comments, because they
// can describe unexported functions, which start from small letter.
Expand Down

0 comments on commit f4ed6e0

Please sign in to comment.