This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Fix typo
authorKarl Williamson <khw@cpan.org>
Tue, 1 Mar 2016 04:12:59 +0000 (21:12 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 1 Mar 2016 04:57:43 +0000 (21:57 -0700)
Spotted by Andrew Rodland

pod/perldelta.pod

index c0f27dd..d7d2098 100644 (file)
@@ -350,7 +350,7 @@ It now works properly to specify a user-defined property, such as
  qr/\p{mypkg1::IsMyProperty}/i
 
 with C</i> caseless matching, an explicit package name, and
-I<IsMYProperty> not defined at the time of the pattern compilation.
+I<IsMyProperty> not defined at the time of the pattern compilation.
 
 =back