Skip to content

Commit

Permalink
Fix typo interfaces -> inteface methods
Browse files Browse the repository at this point in the history
  • Loading branch information
macabu committed Dec 17, 2023
1 parent b968ed6 commit 9355bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inamedparam.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var Analyzer = &analysis.Analyzer{
func flags() flag.FlagSet {
flags := flag.NewFlagSet(analyzerName, flag.ExitOnError)

flags.Bool(flagSkipSingleParam, false, "skip interfaces with a single unnamed parameter")
flags.Bool(flagSkipSingleParam, false, "skip interface methods with a single unnamed parameter")

return *flags
}
Expand Down

0 comments on commit 9355bf3

Please sign in to comment.