diff --git a/collects/scribblings/guide/pattern-macros.scrbl b/collects/scribblings/guide/pattern-macros.scrbl index 9488b07040..67761735df 100644 --- a/collects/scribblings/guide/pattern-macros.scrbl +++ b/collects/scribblings/guide/pattern-macros.scrbl @@ -140,7 +140,7 @@ and function calls. The @racket[define-syntax-rule] form binds a macro that matches a single pattern, but Racket's macro system supports transformers that match multiple patterns starting with the same identifier. To write -such macros, the programmer much use the more general +such macros, the programmer must use the more general @racket[define-syntax] form along with the @racket[syntax-rules] transformer form: