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])
|
||||
(not (zero? i))
|
||||
([(j d) (quotient/remainder i 10)])
|
||||
#true
|
||||
#true
|
||||
#t
|
||||
#t
|
||||
[j])]]
|
||||
[_ #f])))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user