Minor typo, use #t for consistency
This commit is contained in:
parent
43dd872689
commit
7e7cac5ffa
|
@ -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])))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user