From c4cdcafec45ea904fec9bb8dba942172d7247dfc Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Fri, 1 Mar 2013 16:22:07 -0500 Subject: [PATCH] Minor fix in Guide chapter 11 --- collects/scribblings/guide/for.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/for.scrbl b/collects/scribblings/guide/for.scrbl index 5b23c3496b..c234c2c183 100644 --- a/collects/scribblings/guide/for.scrbl +++ b/collects/scribblings/guide/for.scrbl @@ -438,7 +438,7 @@ but when its @racket[_boolean-expr] is true, all sequences within the @racket[_boolean-expr] is true, and it also prevents later @racket[_body]s from evaluation in the current iteration. -For example, while using @racket[#:when] between clauses effectively +For example, while using @racket[#:unless] between clauses effectively skips later sequences as well as the body, @interaction[