Minor typo, use #t for consistency

This commit is contained in:
Sorawee Porncharoenwase 2020-04-23 04:27:36 -07:00 committed by Sam Tobin-Hochstadt
parent 43dd872689
commit 7e7cac5ffa

View File

@ -705,8 +705,8 @@ instead of @racket[syntax-protect].
([i n]) ([i n])
(not (zero? i)) (not (zero? i))
([(j d) (quotient/remainder i 10)]) ([(j d) (quotient/remainder i 10)])
#true #t
#true #t
[j])]] [j])]]
[_ #f]))) [_ #f])))