docs: fix delimiter typo in for's scribblings

This commit is contained in:
Andrew M. Kent 2018-01-31 14:35:30 -05:00
parent 367e703c32
commit 7b61fa5f7a

View File

@ -349,7 +349,7 @@ syntactically, a @racket[for-clause] is closer to to the body).
[else (values (cons x acc)
(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)]{