We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ebfb3 commit aeefda5Copy full SHA for aeefda5
checks.go
@@ -236,7 +236,7 @@ func isSpecialBlock(comment string) bool {
236
return false
237
}
238
239
-// isSpecialBlock checks that given comment line is special and
+// isSpecialLine checks that given comment line is special and
240
// shouldn't be checked as a regular sentence.
241
func isSpecialLine(comment string) bool {
242
// Skip cgo export tags: https://golang.org/cmd/cgo/#hdr-C_references_to_Go
0 commit comments