Skip to content

Commit f4ed6e0

Browse files
author
Denis Krivak
committed
Fix typo.
1 parent 8a1c19a commit f4ed6e0

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
@@ -159,7 +159,7 @@ func checkPeriod(comment string) (pos position, ok bool) {
159159
return pos, false
160160
}
161161

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

0 commit comments

Comments
 (0)