summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-02-29 21:12:59 -0700
committerKarl Williamson <khw@cpan.org>2016-02-29 21:57:43 -0700
commit4fc434514b68fb79f32adde95ac1589418263249 (patch)
treeb21fbf8cb65b5cd919996331e0d7d626e25e0a10
parent49fdc6e8a9739b3f2a45d3e55c3205348409d355 (diff)
downloadperl-4fc434514b68fb79f32adde95ac1589418263249.tar.gz
perldelta: Fix typo
Spotted by Andrew Rodland
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c0f27dd3c5..d7d2098128 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -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