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

Reply via email to