Skip to content

Commit 9355bf3

Browse files
committed
Fix typo interfaces -> inteface methods
1 parent b968ed6 commit 9355bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inamedparam.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var Analyzer = &analysis.Analyzer{
2828
func flags() flag.FlagSet {
2929
flags := flag.NewFlagSet(analyzerName, flag.ExitOnError)
3030

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

3333
return *flags
3434
}

0 commit comments

Comments
 (0)