Skip to content

Commit 58bf255

Browse files
authored
Merge pull request #146 from sakshamsharma/fix/ruleset-typo
Fix typo in ruleset
2 parents 60a3da3 + 444d50e commit 58bf255

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)