# New Ticket Created by (Andreas J. Koenig) # Please include the string: [perl #79892] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79892 > diff --git a/ext/re/re.pm b/ext/re/re.pm index 64105e0..0713263 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) -- andreasThread Previous