Author: masak
Date: 2009-04-22 12:32:07 +0200 (Wed, 22 Apr 2009)
New Revision: 26359

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
[S05] typo: removed extra 'returned'

Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2009-04-22 06:59:22 UTC (rev 26358)
+++ docs/Perl6/Spec/S05-regex.pod       2009-04-22 10:32:07 UTC (rev 26359)
@@ -2577,7 +2577,7 @@
 In addition to returning those captured C<Match> objects, the
 C<.chunks> method also returns all the interleaved "noise" between
 the captures.  As with C<.caps>, the list elements are in the order
-they were originally in the text.  The interleaved bits are also returned
+they were originally in the text.  The interleaved bits are also
 returned as pairs, where the key is '~' and the value
 is a simple C<Match> object containing only the string, even if unbound
 subrules such as C<.ws> were called to traverse the text in the first

Reply via email to