Author: lwall
Date: 2009-05-04 05:57:29 +0200 (Mon, 04 May 2009)
New Revision: 26660
Modified:
docs/Perl6/Spec/S04-control.pod
Log:
[S04] previous patch confused statement prefixes with statement controls
Modified: docs/Perl6/Spec/S04-control.pod
===================================================================
--- docs/Perl6/Spec/S04-control.pod 2009-05-04 03:55:43 UTC (rev 26659)
+++ docs/Perl6/Spec/S04-control.pod 2009-05-04 03:57:29 UTC (rev 26660)
@@ -707,8 +707,8 @@
do {...} + 1
add 1 to the result of the do block. On the other hand, if a
-statement_control is followed by a non-block statement, all nested
-blockless statement_controls will terminate at the same statement
+statement_prefix is followed by a non-block statement, all nested
+blockless statement_prefixes will terminate at the same statement
ending:
do do do foo(); bar 43;