Author: lwall
Date: 2009-05-06 20:20:48 +0200 (Wed, 06 May 2009)
New Revision: 26707

Modified:
   docs/Perl6/Spec/S32-setting-library/Str.pod
Log:
slight braino


Modified: docs/Perl6/Spec/S32-setting-library/Str.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Str.pod 2009-05-06 17:03:52 UTC (rev 
26706)
+++ docs/Perl6/Spec/S32-setting-library/Str.pod 2009-05-06 18:20:48 UTC (rev 
26707)
@@ -336,7 +336,7 @@
 are no longer trimmed by default.
 
 The C<split> function no longer has a default delimiter nor a default invocant.
-In general you should use C<words> to split on whitespace now, or to break
+In general you should use C<words> to split on whitespace now, or C<comb> to 
break
 into individual characters.  See below.
 
 If the C<:all> adverb is supplied to the C<Regex> form, then the

Reply via email to