We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d04064 commit 61fb791Copy full SHA for 61fb791
v3/internal/generator/collect/predicates.go
@@ -67,9 +67,8 @@ func termlist(typ types.Type) iter.Seq[*typeparams.Term] {
67
}
68
69
70
-// instantiate instantiates typ if it is un uninstantiated generic type
71
-// using its own type parameters as arguments
72
-// in order to preserve genericity.
+// instantiate instantiates typ if it is an uninstantiated generic type
+// using its own type parameters as arguments in order to preserve genericity.
73
//
74
// If typ is not generic or already instantiated, it is returned as is.
75
// If typ is not an alias, then the returned type is not an alias either.
0 commit comments