diff options
author | Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de> | 2010-11-28 10:53:39 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-28 10:53:39 -0800 |
commit | 3a5e0888f9cd020e66614912777a71f8f3c19655 (patch) | |
tree | e12ca46c1272355f3b3c739fd1c51053ef6bbfa1 /ext | |
parent | 2638c0ffe428f26a196949f1783de773b418cb0d (diff) | |
download | perl-3a5e0888f9cd020e66614912777a71f8f3c19655.tar.gz |
Tiny pod fix
Diffstat (limited to 'ext')
-rw-r--r-- | ext/re/re.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm index 64105e0d5e..07132635d4 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -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 -PERL_MAGIC_qr structure so it it cannot be fooled. +PERL_MAGIC_qr structure so it cannot be fooled. =item regexp_pattern($ref) |