Author: lwall
Date: 2010-05-24 19:07:18 +0200 (Mon, 24 May 2010)
New Revision: 30778

Modified:
   docs/Perl6/Spec/S03-operators.pod
Log:
[S03] typo noticed by markjreed++


Modified: docs/Perl6/Spec/S03-operators.pod
===================================================================
--- docs/Perl6/Spec/S03-operators.pod   2010-05-24 14:46:29 UTC (rev 30777)
+++ docs/Perl6/Spec/S03-operators.pod   2010-05-24 17:07:18 UTC (rev 30778)
@@ -2542,8 +2542,8 @@
 C<< -> >> becomes C<.>, like the rest of the world uses.  There is
 a pseudo C<< postfix:['->'] >> operator that produces a compile-time
 error reminding Perl 5 users to use dot instead.  (The "pointy block"
-use of C<< -> >> in Perl 5 requires preceding whitespace when the arrow
-could be confused with a postfix, that is when an infix is expected.
+use of C<< -> >> in Perl 6 requires preceding whitespace when the arrow
+could be confused with a postfix, that is, when an infix is expected.
 Preceding whitespace is not required in term position.)
 
 =item *

Reply via email to