Author: pmichaud
Date: 2009-01-05 08:03:29 +0100 (Mon, 05 Jan 2009)
New Revision: 24759

Modified:
   docs/Perl6/Spec/S12-objects.pod
Log:
typo fix.


Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod     2009-01-04 22:38:14 UTC (rev 24758)
+++ docs/Perl6/Spec/S12-objects.pod     2009-01-05 07:03:29 UTC (rev 24759)
@@ -251,7 +251,7 @@
 (It does not warn about non-identifier strings, but such strings are
 likely to produce missing method errors at run time in any case.)
 Also, if there is whitespace around an intended C<.> concatenation,
-it cannot be parsed as a method call at all; instead if fails at
+it cannot be parsed as a method call at all; instead it fails at
 compile time because standard PerlĀ 6 has a pseudo C<< infix:<.> >> operator
 that always fails at compile time.]
 

Reply via email to