diff --git a/beautiful-racket-lib/br/scribblings/br.scrbl b/beautiful-racket-lib/br/scribblings/br.scrbl index 4870e42..074bb56 100644 --- a/beautiful-racket-lib/br/scribblings/br.scrbl +++ b/beautiful-racket-lib/br/scribblings/br.scrbl @@ -205,7 +205,7 @@ Define a function that behaves differently depending on how many arguments are s (define-macro id (syntax other-id)) (define-macro id (lambda (arg-id) result-expr ...+)) (define-macro id transformer-id) -(define-macro id (syntax result-expr)) +(define-macro id syntax-object) (define-macro (id pat-arg ...) expr ...+) ]] Create a macro using one of the subforms above, which are explained below: