Skip to content

Commit

Permalink
fix typo "an" -> "a"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth committed Dec 18, 2021
1 parent 284e3fb commit 7e126bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/racket-test/tests/generic/equal+hash.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
(check-equal? (equal-always-hash-code (kons 1 2))
(equal-always-hash-code (kons 1 2))))

(test-case "mkons as an mutable pair"
(test-case "mkons as a mutable pair"
(check-equal? (mkons 1 2) (mkons 1 2))
(check-false (equal-always? (mkons 1 2) (mkons 1 2)))
(check-false (equal? (mkons 1 2) 2))
Expand Down

0 comments on commit 7e126bd

Please sign in to comment.