Minor doc fix

This commit is contained in:
Asumu Takikawa 2012-12-11 13:27:28 -05:00
parent 6eef00a312
commit 5286e5016e

View File

@ -2740,7 +2740,7 @@ not substitute pattern variables bound by @racket[with-syntax],
@mz-examples[
(syntax? (quote-syntax x))
(quote-syntax (1 2 3))
(with-syntax ([a 5])
(with-syntax ([a #'5])
(quote-syntax (a b c)))
]
}