Author: larry
Date: Mon Feb  5 14:41:04 2007
New Revision: 13571

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

Log:
typo from albery_b++


Modified: doc/trunk/design/syn/S05.pod
==============================================================================
--- doc/trunk/design/syn/S05.pod        (original)
+++ doc/trunk/design/syn/S05.pod        Mon Feb  5 14:41:04 2007
@@ -683,7 +683,7 @@
     token sigil { :<::> }
 
 This can be viewed as a form of multiple dispatch, except that it's
-based on longest-token matching rather than signature matcing.  The
+based on longest-token matching rather than signature matching.  The
 advantage of writing it this way is that it's easy to add additional
 rules to the same category in a derived grammar.  All of them will
 be matched in parallel when you try to match C<< /<sigil>/ >>.

Reply via email to