Skip to content

Commit 7657c5e

Browse files
authored
Merge pull request #491 from DogeisCut/dogeiscutSets
Sets: fix wrong method name oops
2 parents fb5d1a7 + f0f9b52 commit 7657c5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/extensions/DogeisCut/dogeiscutSet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@
733733
ONE = dogeiscutSet.Type.toSet(ONE)
734734
TWO = dogeiscutSet.Type.toSet(TWO)
735735

736-
const logic = ONE.set.intersect(TWO.set);
736+
const logic = ONE.set.intersection(TWO.set);
737737
return new dogeiscutSet.Type(logic)
738738
}
739739

0 commit comments

Comments
 (0)