Author: diakopter
Date: 2010-01-16 07:47:34 +0100 (Sat, 16 Jan 2010)
New Revision: 29540

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
[S05] typo?, grammaro?

Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2010-01-16 06:05:57 UTC (rev 29539)
+++ docs/Perl6/Spec/S05-regex.pod       2010-01-16 06:47:34 UTC (rev 29540)
@@ -1800,7 +1800,7 @@
 
 =back
 
-=head1 Regexes are now first-class language, not strings
+=head1 Regexes are now a first-class language, not strings
 
 =over
 
@@ -2605,7 +2605,7 @@
 be modified unless you know how to create and propagate match states.
 All regexes actually return match states even when you think they're
 returning something else, because the match states keep track of
-the success and failures of the pattern for you.
+the successes and failures of the pattern for you.
 
 Fortunately, when you just want to return a different abstract result along 
with
 the default concrete C<Match> object, you may associate your return value with

Reply via email to