Skip to content

Commit 444d50e

Browse files
committed
Fix typo in ruleset
1 parent 60a3da3 commit 444d50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syntax/rules.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(car results))))
2727

2828
; Commutativity
29-
(define-ruleset commutivity (arithmetic simplify)
29+
(define-ruleset commutativity (arithmetic simplify)
3030
[+-commutative (+ a b) (+ b a)]
3131
[*-commutative (* a b) (* b a)])
3232

0 commit comments

Comments
 (0)