Skip to content

Commit 5227976

Browse files
authored
chore: fix typo (#150)
Signed-off-by: standstaff <zhengxingru@yeah.net>
1 parent 8b270e6 commit 5227976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

set_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ func Test_EmptySetProperties(t *testing.T) {
12481248

12491249
c = a.Intersect(empty)
12501250
if !c.Equal(empty) {
1251-
t.Error("The intesection of any set with the empty set is supposed to be the empty set")
1251+
t.Error("The intersection of any set with the empty set is supposed to be the empty set")
12521252
}
12531253

12541254
if empty.Cardinality() != 0 {

0 commit comments

Comments
 (0)