Typo in the syntax-model docs.

This commit is contained in:
Vincent St-Amour 2010-11-03 12:52:57 -04:00
parent aaafe86dd0
commit c990d602b0

View File

@ -575,7 +575,7 @@ certificates}.
The expander's handling of @racket[letrec-values+syntaxes] is similar The expander's handling of @racket[letrec-values+syntaxes] is similar
to its handling of @racket[define-syntaxes]. A to its handling of @racket[define-syntaxes]. A
@racket[letrec-values+syntaxes] mist be expanded in an arbitrary phase @racket[letrec-values+syntaxes] might be expanded in an arbitrary phase
level @math{n} (not just 0), in which case the expression for the level @math{n} (not just 0), in which case the expression for the
@tech{transformer binding} is expanded at @tech{phase level} @math{n+1}. @tech{transformer binding} is expanded at @tech{phase level} @math{n+1}.