Author: jimmy Date: 2009-09-28 04:51:49 +0200 (Mon, 28 Sep 2009) New Revision: 28445
Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]fixed typo, intro -> into. Modified: docs/Perl6/Spec/S02-bits.pod =================================================================== --- docs/Perl6/Spec/S02-bits.pod 2009-09-28 02:44:17 UTC (rev 28444) +++ docs/Perl6/Spec/S02-bits.pod 2009-09-28 02:51:49 UTC (rev 28445) @@ -258,7 +258,7 @@ counted if the unspace contains one or more newlines. Since Pod chunks count as whitespace to the language, they are also swallowed up by unspace. Heredoc boundaries are suppressed, however, -so you can split excessively long heredoc intro lines like this: +so you can split excessively long heredoc into lines like this: ok(q:to'CODE', q:to'OUTPUT', \ "Here is a long description", \ # --more--