Typo fix.

svn: r17334
This commit is contained in:
Mike Sperber 2009-12-17 14:34:01 +00:00
parent babae9a18d
commit 6a1b831ab8

View File

@ -489,7 +489,7 @@ be @tech{expand}ed (i.e. parsed) before it can be evaluated, and it is
expanded at @tech{phase level} 1 (i.e., in the @tech{transformer expanded at @tech{phase level} 1 (i.e., in the @tech{transformer
environment}) instead of @tech{phase level} 0. environment}) instead of @tech{phase level} 0.
The if resulting @scheme[value] is a procedure of one argument or as The resulting @scheme[value] is a procedure of one argument or as
the result of @scheme[make-set!-transformer] on a procedure, then is the result of @scheme[make-set!-transformer] on a procedure, then is
it used as a @deftech{syntax transformer} (a.k.a. @deftech{macro}). it used as a @deftech{syntax transformer} (a.k.a. @deftech{macro}).
The procedure is expected to accept a syntax object and return a The procedure is expected to accept a syntax object and return a