Skip to content

Commit

Permalink
checked-types flag: fix typo in description
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonboom committed May 10, 2024
1 parent 285f2af commit 899979a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func New() *analysis.Analyzer {
Run: n.run,
Requires: []*analysis.Analyzer{inspect.Analyzer},
}
a.Flags.Var(&n.checkedTypes, "checked-types", "coma separated list")
a.Flags.Var(&n.checkedTypes, "checked-types", "comma separated list")

return a
}
Expand Down

0 comments on commit 899979a

Please sign in to comment.