summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 0d485f2e29..2b50da19da 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -364,8 +364,8 @@ eliminate the need for it.
C<PL_amagic_generation> has been removed as no longer necessary. For XS
modules, it is now a macro alias to C<PL_na>.
-The fallback overload setting is now stored in its own stash entry, called
-"(fallback".
+The fallback overload setting is now stored in a stash entry separate from
+overloadedness itself.
=back