summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ab2bdfc1c1..422eb9fe89 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -3035,7 +3035,7 @@ false at compile time and true at run time.
=item *
-Loading UTF-8 tables during a regular expression match could cause assertion
+Loading Unicode tables during a regular expression match could cause assertion
failures under debugging builds if the previous match used the very same
regular expression.
L<[perl #122747]|https://rt.perl.org/Ticket/Display.html?id=122747>