We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fca8cf commit 7ef91b9Copy full SHA for 7ef91b9
internal/checkers/printf/printf.go
@@ -213,7 +213,7 @@ func isFormatter(typ types.Type) bool {
213
types.Identical(sig.Params().At(1).Type(), types.Typ[types.Rune])
214
}
215
216
-// isTypeParam reports whether t is a type parameter (or an alias of one).
+// isTypeParam reports whether t is a type parameter.
217
func isTypeParam(t types.Type) bool {
218
_, ok := t.(*types.TypeParam)
219
return ok
0 commit comments