Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetafro committed Sep 17, 2023
1 parent d0ebfb3 commit aeefda5
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 @@ -236,7 +236,7 @@ func isSpecialBlock(comment string) bool {
return false
}

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

0 comments on commit aeefda5

Please sign in to comment.