Author: baest
Date: 2009-04-19 16:44:58 +0200 (Sun, 19 Apr 2009)
New Revision: 26282

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
Updating specs with Larrys clarification of whether space in /< abe>/ is 
optional



Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2009-04-19 14:44:57 UTC (rev 26281)
+++ docs/Perl6/Spec/S05-regex.pod       2009-04-19 14:44:58 UTC (rev 26282)
@@ -1183,6 +1183,9 @@
 
     < adam & eve >   # equivalent to [ 'adam' | '&' | 'eve' ]
 
+Note that the space before the ending > is optional and therefore 
+< adam & eve> would be acceptable.
+
 =item *
 
 A leading alphabetic character means it's a capturing grammatical 

Reply via email to