Author: masak
Date: 2010-04-23 18:17:12 +0200 (Fri, 23 Apr 2010)
New Revision: 30456

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] corrected typo

Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2010-04-23 11:07:13 UTC (rev 30455)
+++ docs/Perl6/Spec/S03-operators.pod   2010-04-23 16:17:12 UTC (rev 30456)
@@ -3986,7 +3986,7 @@
     R<=>
 
 The precedence of any reversed operator is the same as the base operator.
-The associative is I<not> reversed, so
+The associativity is I<not> reversed, so
 
     [R-] 1,2,3   # produces 2 from 3 - (2 - 1)
 

Reply via email to