From 9ed4869adb1eed861a23889ee2df09fb8d70f3b6 Mon Sep 17 00:00:00 2001 From: Stevie Strickland Date: Tue, 16 Aug 2005 22:01:27 +0000 Subject: [PATCH] Fixing up bad grammar rule for cond clauses with else. svn: r608 --- collects/honu/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/honu/doc.txt b/collects/honu/doc.txt index cddf3fcdf8..d5919414e4 100644 --- a/collects/honu/doc.txt +++ b/collects/honu/doc.txt @@ -221,7 +221,7 @@ NOTE: Since I want to use parentheses to mean "real" parentheses, I use | isa | if [else ]? | cond { [ => ;]+ } - | cond { [ => ;]* else } + | cond { [ => ;]* else ; } | while | new : ( ) | new ( )