Fix guide typo.

Closes PR13955.
This commit is contained in:
Vincent St-Amour 2013-08-07 09:43:38 -04:00
parent aa0350ad7c
commit ed3c2d4e7c

View File

@ -425,7 +425,7 @@ synthesize identifiers based on existing identifiers.
As it turns out, lexical scope gives us a way around this problem. The 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 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 starts with an apparently useless @racket[()] after the argument
list. We need to keep track of all the arguments seen so far and the 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 @racket[get] and @racket[put] names generated for each, in addition to