Author: carlin
Date: 2009-12-12 14:22:42 +0100 (Sat, 12 Dec 2009)
New Revision: 29331

Modified:
   docs/Perl6/Spec/S04-control.pod
Log:
[S04-control] Fixed a typo

Modified: docs/Perl6/Spec/S04-control.pod
===================================================================
--- docs/Perl6/Spec/S04-control.pod     2009-12-11 23:24:55 UTC (rev 29330)
+++ docs/Perl6/Spec/S04-control.pod     2009-12-12 13:22:42 UTC (rev 29331)
@@ -643,7 +643,7 @@
 
 =head2 Statement-level bare blocks
 
-Although a bare block occuring as a single statement is no longer
+Although a bare block occurring as a single statement is no longer
 a do-once loop, it still executes immediately as in PerlĀ 5, as if it
 were immediately dereferenced with a C<.()> postfix, so within such a
 block C<CALLER::> refers to the dynamic scope associated

Reply via email to