Author: moritz
Date: 2008-12-22 17:23:57 +0100 (Mon, 22 Dec 2008)
New Revision: 24558

Modified:
   docs/Perl6/Spec/S12-objects.pod
Log:
[S12] fixed small typo


Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod     2008-12-22 16:14:10 UTC (rev 24557)
+++ docs/Perl6/Spec/S12-objects.pod     2008-12-22 16:23:57 UTC (rev 24558)
@@ -188,7 +188,7 @@
 Note that the C<self> function is not context sensitive and thus always
 returns the current object as a single item even in list context.
 Hence if your current object happens to be an array but you did not
-declare it with an explicit array variable. you need to explicitly
+declare it with an explicit array variable, you need to explicitly
 access the elements of the array somehow:
 
     any(self)     # WRONG

Reply via email to