From ed3c2d4e7cd65c81a2085da22a42422bef930d1a Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 7 Aug 2013 09:43:38 -0400 Subject: [PATCH] Fix guide typo. Closes PR13955. --- .../racket-doc/scribblings/guide/pattern-macros.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/guide/pattern-macros.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/guide/pattern-macros.scrbl index ae9aedd741..a9e790d4a1 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/guide/pattern-macros.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/guide/pattern-macros.scrbl @@ -425,7 +425,7 @@ synthesize identifiers based on existing identifiers. As it turns out, lexical scope gives us a way around this problem. The trick is to iterate expansions of @racket[define-for-cbr] once for -each argument in the function, and that's why @racket[define-cbr] +each argument in the function, and that's why @racket[define-for-cbr] starts with an apparently useless @racket[()] after the argument list. We need to keep track of all the arguments seen so far and the @racket[get] and @racket[put] names generated for each, in addition to