Skip to content

Commit

Permalink
chore: fix typo (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: standstaff <[email protected]>
  • Loading branch information
standstaff authored Dec 9, 2024
1 parent 8b270e6 commit 5227976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ func Test_EmptySetProperties(t *testing.T) {

c = a.Intersect(empty)
if !c.Equal(empty) {
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")
}

if empty.Cardinality() != 0 {
Expand Down

0 comments on commit 5227976

Please sign in to comment.