diff options
author | Karl Williamson <khw@cpan.org> | 2016-02-29 21:12:59 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-02-29 21:57:43 -0700 |
commit | 4fc434514b68fb79f32adde95ac1589418263249 (patch) | |
tree | b21fbf8cb65b5cd919996331e0d7d626e25e0a10 | |
parent | 49fdc6e8a9739b3f2a45d3e55c3205348409d355 (diff) | |
download | perl-4fc434514b68fb79f32adde95ac1589418263249.tar.gz |
perldelta: Fix typo
Spotted by Andrew Rodland
-rw-r--r-- | pod/perldelta.pod | 2 |
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 |