Author: allbery_b
Date: 2010-06-05 04:52:12 +0200 (Sat, 05 Jun 2010)
New Revision: 31118
Modified:
docs/Perl6/Spec/S05-regex.pod
Log:
[S05] typo
Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod 2010-06-05 00:28:09 UTC (rev 31117)
+++ docs/Perl6/Spec/S05-regex.pod 2010-06-05 02:52:12 UTC (rev 31118)
@@ -17,7 +17,7 @@
Created: 24 Jun 2002
Last Modified: 4 Jun 2010
- Version: 123
+ Version: 124
This document summarizes Apocalypse 5, which is about the new regex
syntax. We now try to call them I<regex> rather than "regular
@@ -1320,7 +1320,7 @@
of C<Cursor>) is passed as the first argument, which in this case
is simply the method's invocant. The method is expected to return
a lazy list of new match state objects, or C<Nil> if the match fails
-entirely. Ratcheted routines will typicaly return a list containing only
+entirely. Ratcheted routines will typically return a list containing only
one match.
=item *