From 1cca4008f7958d02477b083d79ae93c435786232 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Tue, 5 Jan 2010 14:48:30 +0000 Subject: [PATCH] update match grammar svn: r17482 --- collects/scribblings/reference/match-grammar.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/match-grammar.ss b/collects/scribblings/reference/match-grammar.ss index 59e55fd25b..f336c52fa9 100644 --- a/collects/scribblings/reference/match-grammar.ss +++ b/collects/scribblings/reference/match-grammar.ss @@ -45,7 +45,7 @@ qp ::= literal @match literal | id @match symbol | (qp ...) @match sequences of qps | (qp ... . qp) @match qps ending qp - | (qp ... ooo) @match qps ending repeated qp + | (qp ooo . qp) @match qps beginning with repeated qp | #(qp ...) @match vector of qps | #&qp @match boxed qp | ,pat @match pat