Skip to content

Commit 7ef91b9

Browse files
committed
fix comment
1 parent 6fca8cf commit 7ef91b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/checkers/printf/printf.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func isFormatter(typ types.Type) bool {
213213
types.Identical(sig.Params().At(1).Type(), types.Typ[types.Rune])
214214
}
215215

216-
// isTypeParam reports whether t is a type parameter (or an alias of one).
216+
// isTypeParam reports whether t is a type parameter.
217217
func isTypeParam(t types.Type) bool {
218218
_, ok := t.(*types.TypeParam)
219219
return ok

0 commit comments

Comments
 (0)