Skip to content

Commit aeefda5

Browse files
committed
Fix comments.
1 parent d0ebfb3 commit aeefda5

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
@@ -236,7 +236,7 @@ func isSpecialBlock(comment string) bool {
236236
return false
237237
}
238238

239-
// isSpecialBlock checks that given comment line is special and
239+
// isSpecialLine checks that given comment line is special and
240240
// shouldn't be checked as a regular sentence.
241241
func isSpecialLine(comment string) bool {
242242
// Skip cgo export tags: https://golang.org/cmd/cgo/#hdr-C_references_to_Go

0 commit comments

Comments
 (0)