Author: pmichaud
Date: 2009-03-27 20:45:51 +0100 (Fri, 27 Mar 2009)
New Revision: 26016

Modified:
   docs/Perl6/Spec/S05-regex.pod
Log:
[S05]:  Correct typo  "by use if" ==> "by use of"


Modified: docs/Perl6/Spec/S05-regex.pod
===================================================================
--- docs/Perl6/Spec/S05-regex.pod       2009-03-27 18:04:06 UTC (rev 26015)
+++ docs/Perl6/Spec/S05-regex.pod       2009-03-27 19:45:51 UTC (rev 26016)
@@ -785,7 +785,7 @@
 returned as part of the C<Match> object but is not returned
 as part of the abstract object.  Since the abstract object usually
 represents the top node of an abstract syntax tree, the abstract object
-may be extracted from the C<Match> object by use if the C<.ast> method.
+may be extracted from the C<Match> object by use of the C<.ast> method.
 
 A second call to C<make> overrides any previous call to C<make>.
 

Reply via email to