Skip to content

Commit

Permalink
Minor typo, use #t for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee authored and samth committed Apr 23, 2020
1 parent 43dd872 commit 7e7cac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/racket-doc/scribblings/reference/for.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ When @racket[id] is used in any other expression position, the result
of @racket[expr-transform-expr] is used. If it is a procedure of zero
arguments, then the result must be an identifier @racket[_other-id],
and any use of @racket[id] is converted to a use of
@racket[_other-id]. Otherwise,@racket[expr-transform-expr] must
@racket[_other-id]. Otherwise, @racket[expr-transform-expr] must
produce a procedure (of one argument) that is used as a macro
transformer.

Expand Down Expand Up @@ -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])))

Expand Down

0 comments on commit 7e7cac5

Please sign in to comment.