typo (PR 10754)

svn: r18704
This commit is contained in:
Eli Barzilay 2010-04-01 07:33:55 +00:00
parent eaa7303113
commit 6977f08878

View File

@ -286,9 +286,9 @@ This way of generating identifiers is normally easier to think
about than tricking the macro expander into generating names with
purely pattern-based macros.
In general, the right-hand side of a @scheme[with-handlers]
In general, the right-hand side of a @scheme[with-syntax]
binding is a pattern, just like in @scheme[syntax-case]. In fact,
a @scheme[with-handlers] form is just a @scheme[syntax-case] form
a @scheme[with-syntax] form is just a @scheme[syntax-case] form
turned partially inside-out.
@; ----------------------------------------