This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typo in reference
authorAbigail <abigail@abigail.be>
Wed, 6 Jan 2010 17:24:14 +0000 (18:24 +0100)
committerAbigail <abigail@abigail.be>
Wed, 6 Jan 2010 17:24:14 +0000 (18:24 +0100)
ext/re/re.pm

index 02393ce..0818786 100644 (file)
@@ -209,7 +209,7 @@ variable interpolation.  That is normally disallowed, since it is a
 potential security risk.  Note that this pragma is ignored when the regular
 expression is obtained from tainted data, i.e.  evaluation is always
 disallowed with tainted regular expressions.  See L<perlre/(?{ code })> 
-and L<perlre/(?{ code })>.
+and L<perlre/(??{ code })>.
 
 For the purpose of this pragma, interpolation of precompiled regular
 expressions (i.e., the result of C<qr//>) is I<not> considered variable