fix docs for `syntax-id-rules'

Closes PR 12519
This commit is contained in:
Matthew Flatt 2012-01-29 06:44:25 -07:00
parent 323c74fd09
commit 3bed8aee43

View File

@ -459,8 +459,8 @@ corresponding @racket[template].}
Equivalent to
@racketblock[
(lambda (stx)
(make-set!-transformer
(make-set!-transformer
(lambda (stx)
(syntax-case stx (literal-id ...)
[pattern (syntax-protect (syntax template))] ...)))
]}