Author: snarkyboojum
Date: 2010-05-25 18:01:23 +0200 (Tue, 25 May 2010)
New Revision: 30782

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] typo fix

Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2010-05-25 09:21:23 UTC (rev 30781)
+++ docs/Perl6/Spec/S02-bits.pod        2010-05-25 16:01:23 UTC (rev 30782)
@@ -1084,7 +1084,7 @@
 take C<*> to mean C<Inf>, we could still actually return a closure
 that defaults that particular argument to C<Inf>.  However, this would
 work only if we provide a "value list context" that forbids closures,
-in the sense that it always calls any closure it finds it its list
+in the sense that it always calls any closure it finds in its list
 and replaces the closure in the list with its return value or values,
 and then rescans from that point (kinda like a text macro does), in case
 the closure returned a list containing a closure.  So for example,

Reply via email to