develooper Front page | perl.perl6.language | Postings from May 2010

r30778 -[S03] typo noticed by markjreed++

From:
pugs-commits
Date:
May 24, 2010 10:07
Subject:
r30778 -[S03] typo noticed by markjreed++
Message ID:
20100524170718.30160.qmail@feather.perl6.nl
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 *




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About