From: Ian Phillipps <Ian.Phillipps@iname.com>
Date: Tue, 27 Jul 1999 10:46:29 +0000 (+0100)
Subject: perlre clarification.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=428594d9a91205507a48ff403c563df811057c3b;p=p5sagit%2Fp5-mst-13.2.git

perlre clarification.
To: Perl 5 Porters <perl5-porters@perl.org>
Subject: [PATCH 5.00557] Add definite article to perlre.pod
Message-ID: <19990727104629.A10074@homer.diplex.co.uk>

p4raw-id: //depot/cfgperl@3807
---

diff --git a/pod/perlre.pod b/pod/perlre.pod
index 470c593..6c05efc 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -570,7 +570,7 @@ at run time, at the moment this subexpression may match.  The result
 of evaluation is considered as a regular expression and matched as
 if it were inserted instead of this construct.
 
-C<code> is not interpolated.  As before, the rules to determine
+The C<code> is not interpolated.  As before, the rules to determine
 where the C<code> ends are currently somewhat convoluted.
 
 The following pattern matches a parenthesized group: