develooper Front page | perl.perl6.language | Postings from February 2009

r25633 - docs/Perl6/Spec

From:
pugs-commits
Date:
February 27, 2009 13:12
Subject:
r25633 - docs/Perl6/Spec
Message ID:
20090227211245.22044.qmail@feather.perl6.nl
Author: lwall
Date: 2009-02-27 22:12:45 +0100 (Fri, 27 Feb 2009)
New Revision: 25633

Modified:
   docs/Perl6/Spec/S04-control.pod
Log:
typo from Jon++


Modified: docs/Perl6/Spec/S04-control.pod
===================================================================
--- docs/Perl6/Spec/S04-control.pod	2009-02-27 20:53:38 UTC (rev 25632)
+++ docs/Perl6/Spec/S04-control.pod	2009-02-27 21:12:45 UTC (rev 25633)
@@ -664,7 +664,7 @@
     multi infix:<eq> (Str $a, Str $b)	{ !Str::leg($a, $b) }		# primitive leg, primitive !
 
 
-Note that in each piec of lifted code there are references to
+Note that in each piece of lifted code there are references to
 variables defined in the multi, such as C<$a>, C<$b>, and C<&f>.
 These are taken at face value.  Everything else within a lift is
 assumed to mean something in the caller's context.  (This implies




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