Author: larry
Date: Sun Jan  7 08:16:06 2007
New Revision: 13517

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

Log:
Typos from (Aaron and Nick)ยป++


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Sun Jan  7 08:16:06 2007
@@ -640,7 +640,7 @@
 
     Any       Bool      simple truth            $x.true given $_
 
-    Num       Num       numeric equality        +$_ == $x
+    Num       Num       numeric equality        $_ == $x
     Capture   Num       numeric equality        +$_ == $x
     Array     Num       array contains number   any(@$_) == $x
     Hash      Num       hash key existence      $_.exists($x)
@@ -763,7 +763,7 @@
 Perl 6 grammars will default to setting top to the first rule in the
 original base grammar.  Derived grammars then inherit this idea of
 the top rule.  This may be overridden in either the base grammar or a
-derived grammer by explicitly naming a rule "top", or defining your
+derived grammar by explicitly naming a rule "top", or defining your
 own top method to call some other rule.
 
 Matching against a C<Signature> does not actually bind any variables,

Reply via email to