diff --git a/collects/scribblings/guide/pattern-macros.scrbl b/collects/scribblings/guide/pattern-macros.scrbl index 9c4e8a09f6..0d815b4c68 100644 --- a/collects/scribblings/guide/pattern-macros.scrbl +++ b/collects/scribblings/guide/pattern-macros.scrbl @@ -42,7 +42,7 @@ variables} that can match anything in a use of the macro. Thus, this macro matches the form @racket[(swap _form1 _form2)] for any @racket[_form_1] and @racket[_form_2]. -@margin-note{Macro pattern variables similar to pattern variables for +@margin-note{Macro pattern variables are similar to pattern variables for @racket[match]. See @secref["match"].} After the pattern in @racket[define-syntax-rule] is the