docs: fix delimiter typo in for's scribblings
This commit is contained in:
parent
367e703c32
commit
7b61fa5f7a
|
@ -349,7 +349,7 @@ syntactically, a @racket[for-clause] is closer to to the body).
|
||||||
[else (values (cons x acc)
|
[else (values (cons x acc)
|
||||||
(hash-set seen x #t))]))
|
(hash-set seen x #t))]))
|
||||||
]
|
]
|
||||||
@history[#:changed "6.11.0.1" @elem{Added the @racket[#:result] form.}]}
|
@history[#:changed "6.11.0.1" @elem{Added the @racket[#:result] form.}]
|
||||||
}
|
}
|
||||||
|
|
||||||
@defform[(for* (for-clause ...) body-or-break ... body)]{
|
@defform[(for* (for-clause ...) body-or-break ... body)]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user