Author: autrijus
Date: Wed Apr  5 22:38:07 2006
New Revision: 8574

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

Log:
* S02: use sane (and valid) examples for rule_mod_internal and
       rule_mod_external grammatical categories.

Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod        (original)
+++ doc/trunk/design/syn/S02.pod        Wed Apr  5 22:38:07 2006
@@ -1614,8 +1614,8 @@
     rule_metachar:<,>                           /,/
     rule_backslash:<w>                          /\w/ and /\W/
     rule_assertion:<*>                          /<*stuff>/
-    rule_mod_internal:<p5>                      m:p5//
-    rule_mod_external:<p5>                      m:p5//
+    rule_mod_internal:<perl5>                   m:/ ... :perl5 ... /
+    rule_mod_external:<nth>                     m:nth(3)/ ... /
     trait_verb:<handles>                        has $.tail handles <wag>
     trait_auxiliary:<shall>                     my $x shall conform<TR123>
     scope_declarator:<has>                      has $.x;

Reply via email to