summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-04-15 08:12:22 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-04-15 08:12:22 +0100
commit3e2691e275f56e7dcf8d7ae5107af6f1e64b3a52 (patch)
tree545f47e308abde2e05c49139992a6d8c0be791ac
parent52a0456080389098e6651660557c9c42beb9378b (diff)
downloadperl-3e2691e275f56e7dcf8d7ae5107af6f1e64b3a52.tar.gz
perldelta: Remove typo extra '/'
This fixes the 5.22 part of [perl #127899].
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 76328766db..fb8cb2f1a1 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -249,7 +249,7 @@ L<[perl #127183]|https://rt.perl.org/Ticket/Display.html?id=127183>
Certain regex patterns involving a complemented posix class in an inverted
bracketed character class, and matching something else optionally would
improperly fail to match. An example of one that could fail is
-C</qr/_?[^\Wbar]\x{100}/>. This has been fixed.
+C<qr/_?[^\Wbar]\x{100}/>. This has been fixed.
L<[perl #127537]|https://rt.perl.org/Ticket/Display.html?id=127537>
=item *