From 106f21cc146bdf4e279c5e61c63ef0afaea7409e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 13 Oct 2009 05:35:41 +0000 Subject: [PATCH] typo svn: r16303 --- collects/scribblings/guide/match.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/guide/match.scrbl b/collects/scribblings/guide/match.scrbl index d10296ec1e..b0529363f9 100644 --- a/collects/scribblings/guide/match.scrbl +++ b/collects/scribblings/guide/match.scrbl @@ -73,7 +73,7 @@ structure type: [(struct hat (23 'bowler)) "top"]) ] -Unquoted, non-constructor identifiers in an pattern are @tech{pattern +Unquoted, non-constructor identifiers in a pattern are @tech{pattern variables} that are bound in the result expressions: @interaction[