Skip to content

Commit e047a5f

Browse files
committed
review
1 parent ab8bdce commit e047a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/goheader/goheader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func New(settings *config.GoHeaderSettings) *goanalysis.Linter {
5151

5252
return goanalysis.NewLinter(
5353
linterName,
54-
"Checks is file header matches to pattern",
54+
"Checks if file header matches to pattern",
5555
[]*analysis.Analyzer{analyzer},
5656
nil,
5757
).WithIssuesReporter(func(*linter.Context) []goanalysis.Issue {

0 commit comments

Comments
 (0)