Author: larry
Date: Fri Nov  7 18:00:20 2008
New Revision: 14604

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

Log:
copy/paste error


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod        (original)
+++ doc/trunk/design/syn/S03.pod        Fri Nov  7 18:00:20 2008
@@ -3001,7 +3001,7 @@
     Any       Num       numeric equality        +$_ == X
     Any       Str       string equality         ~$_ eq X
 
-    Hash      Pair      test hash mapping       $_{Xkey} ~~ Xval (e.g. 
filetests)
+    Hash      Pair      test hash mapping       $_{Xkey} ~~ Xval
     Any       Pair      test object attribute   .Xkey ~~ Xval (e.g. filetests)
 
     Set       Set       identical sets          $_ === X

Reply via email to