Skip to content

Commit d936399

Browse files
tommy-muehlebombsimon
authored andcommitted
Update pkg/golinters/gomnd.go
Co-Authored-By: Simon Sawert <simon@sawert.se>
1 parent 704f9ef commit d936399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/golinters/gomnd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func NewGoMND() *goanalysis.Linter {
1414

1515
return goanalysis.NewLinter(
1616
"gomnd",
17-
"A analyzer to detect magic numbers.",
17+
"An analyzer to detect magic numbers.",
1818
analyzers,
1919
nil,
2020
).WithLoadMode(goanalysis.LoadModeSyntax)

0 commit comments

Comments
 (0)