Author: larry
Date: Thu May 31 16:53:58 2007
New Revision: 14410

Modified:
   doc/trunk/design/syn/S05.pod

Log:
bogus ; termination noticed by pmichaud++


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod        (original)
+++ doc/trunk/design/syn/S05.pod        Thu May 31 16:53:58 2007
@@ -804,7 +804,7 @@
 match.  The symbol is specified as part of the "long name".  It may also
 be matched within the rule using C<< <sym> >>, like this:
 
-    proto token sigil;
+    proto token sigil { }
     multi token sigil:sym<$>  { <sym> }
     multi token sigil:sym<@>  { <sym> }
     multi token sigil:sym<@@> { <sym> }

Reply via email to