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 8b270e6 commit 5227976Copy full SHA for 5227976
set_test.go
@@ -1248,7 +1248,7 @@ func Test_EmptySetProperties(t *testing.T) {
1248
1249
c = a.Intersect(empty)
1250
if !c.Equal(empty) {
1251
- t.Error("The intesection of any set with the empty set is supposed to be the empty set")
+ t.Error("The intersection of any set with the empty set is supposed to be the empty set")
1252
}
1253
1254
if empty.Cardinality() != 0 {
0 commit comments