Author: pmichaud
Date: 2009-04-24 00:07:40 +0200 (Fri, 24 Apr 2009)
New Revision: 26385

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
Revert previous commit -- changing the order isn't quite so straightforward.


Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2009-04-23 22:02:51 UTC (rev 26384)
+++ docs/Perl6/Spec/S05-regex.pod       2009-04-23 22:07:40 UTC (rev 26385)
@@ -708,7 +708,7 @@
 So it really does pay attention to the left bracket as well, and it
 actually rewrites our example to something more like:
 
-    $<OPEN> = '(' <SETGOAL: ')'> [ <expression> $GOAL || <FAILGOAL> ]
+    $<OPEN> = '(' <SETGOAL: ')'> <expression> [ $GOAL || <FAILGOAL> ]
 
 Note that you can use this construct to set up expectations for
 a closing construct even when there's no opening bracket:

Reply via email to