This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tiny pod fix
authorAndreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
Sun, 28 Nov 2010 18:53:39 +0000 (10:53 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 28 Nov 2010 18:53:39 +0000 (10:53 -0800)
ext/re/re.pm

index 64105e0..0713263 100644 (file)
@@ -479,7 +479,7 @@ by C<qr//>, false if it is not.
 
 This function will not be confused by overloading or blessing. In
 internals terms, this extracts the regexp pointer out of the
 
 This function will not be confused by overloading or blessing. In
 internals terms, this extracts the regexp pointer out of the
-PERL_MAGIC_qr structure so it it cannot be fooled.
+PERL_MAGIC_qr structure so it cannot be fooled.
 
 =item regexp_pattern($ref)
 
 
 =item regexp_pattern($ref)