Skip to content

Commit f0f9b52

Browse files
committed
worlds worst programmer asked to leave pm
1 parent e3e4168 commit f0f9b52

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)