Skip to content

Commit 61fb791

Browse files
committed
Fix typo
1 parent 1d04064 commit 61fb791

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

v3/internal/generator/collect/predicates.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ func termlist(typ types.Type) iter.Seq[*typeparams.Term] {
6767
}
6868
}
6969

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.
70+
// instantiate instantiates typ if it is an uninstantiated generic type
71+
// using its own type parameters as arguments in order to preserve genericity.
7372
//
7473
// If typ is not generic or already instantiated, it is returned as is.
7574
// If typ is not an alias, then the returned type is not an alias either.

0 commit comments

Comments
 (0)