Author: jimmy
Date: 2009-09-28 05:13:15 +0200 (Mon, 28 Sep 2009)
New Revision: 28446

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[Spec/S02-bits.pod]revert r28445, it's not typo. diakopter++ and JimmyZ--

Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2009-09-28 02:51:49 UTC (rev 28445)
+++ docs/Perl6/Spec/S02-bits.pod        2009-09-28 03:13:15 UTC (rev 28446)
@@ -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 into lines like this:
+so you can split excessively long heredoc intro lines like this:
 
     ok(q:to'CODE', q:to'OUTPUT', \
     "Here is a long description", \ # --more--
@@ -280,7 +280,7 @@
 whitespace before the unspace, since we're only trying to suppress
 the newline transition, not all whitespace as in the case of postfix
 parsing.  (Note also that the example above is not meant to spec how
-the test suite works. :)
+the test suite works. )
 
 =item *
 

Reply via email to