From ae66a076fd1b367329bb21f022af93c2dbf65cf3 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 31 Oct 2008 14:13:01 +0000 Subject: [PATCH] typo (PR9880) svn: r12194 --- collects/scribblings/reference/match.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/match.scrbl b/collects/scribblings/reference/match.scrbl index 91523f8cd1..9ce8a15150 100644 --- a/collects/scribblings/reference/match.scrbl +++ b/collects/scribblings/reference/match.scrbl @@ -313,7 +313,7 @@ In more detail, patterns match as follows: @item{@scheme[(#,(schemeidfont "app") _expr _pat)] --- applies @scheme[_expr] to the value to be matched; the result of the - application is matched again @scheme[_pat]. + application is matched againt @scheme[_pat]. @examples[ #:eval match-eval