From 62a207a71f9467550c8d502cabc399ca4e315774 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 1 May 2013 07:32:44 -0400 Subject: [PATCH] Fix Guide typo Closes PR 13695 --- collects/scribblings/guide/pattern-macros.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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