diff --git a/collects/scribblings/reference/syntax.scrbl b/collects/scribblings/reference/syntax.scrbl index 1254d046ba..1bab3b7c42 100644 --- a/collects/scribblings/reference/syntax.scrbl +++ b/collects/scribblings/reference/syntax.scrbl @@ -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))) ] }