Minor doc fix
This commit is contained in:
parent
6eef00a312
commit
5286e5016e
|
@ -2740,7 +2740,7 @@ not substitute pattern variables bound by @racket[with-syntax],
|
||||||
@mz-examples[
|
@mz-examples[
|
||||||
(syntax? (quote-syntax x))
|
(syntax? (quote-syntax x))
|
||||||
(quote-syntax (1 2 3))
|
(quote-syntax (1 2 3))
|
||||||
(with-syntax ([a 5])
|
(with-syntax ([a #'5])
|
||||||
(quote-syntax (a b c)))
|
(quote-syntax (a b c)))
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user