We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20691d commit 6f5ccadCopy full SHA for 6f5ccad
set.go
@@ -169,7 +169,7 @@ type Set[T comparable] interface {
169
//
170
// Note that the argument to Union must be of the
171
// same type as the receiver of the method.
172
- // Otherwise, IsSuperset will panic.
+ // Otherwise, Union will panic.
173
Union(other Set[T]) Set[T]
174
175
// Pop removes and returns an arbitrary item from the set.
0 commit comments