Author: moritz
Date: 2009-07-06 23:58:58 +0200 (Mon, 06 Jul 2009)
New Revision: 27455

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] uhm, I should read more carefully what I "correct"

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2009-07-06 21:46:43 UTC (rev 27454)
+++ docs/Perl6/Spec/S03-operators.pod   2009-07-06 21:58:58 UTC (rev 27455)
@@ -3077,7 +3077,7 @@
     Any       Str       string equality         ~$_ eq X
 
     Hash      Pair      test hash mapping       $_{X.key} ~~ X.value
-    Any       Pair      test object attribute   .X.key ~~ X.value (e.g. 
filetests)
+    Any       Pair      test object attribute   ."{X.key}" ~~ X.value (e.g. 
filetests)
 
     Set       Set       identical sets          $_ === X
     Hash      Set       hash keys same set      $_.keys === X

Reply via email to