summaryrefslogtreecommitdiff
path: root/pod/perl591delta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perl591delta.pod')
-rw-r--r--pod/perl591delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod
index 2bd185f270..2a04611b00 100644
--- a/pod/perl591delta.pod
+++ b/pod/perl591delta.pod
@@ -165,7 +165,7 @@ C<B::> modules counts), or like to run Perl with the C<-D> option.
=head2 Reordering of SVt_* constants
The relative ordering of constants that define the various types of C<SV>
-have changed; in particular, C<SVt_PVGV> has been moved ahead of C<SVt_PVLV>,
+have changed; in particular, C<SVt_PVGV> has been moved before C<SVt_PVLV>,
C<SVt_PVAV>, C<SVt_PVHV> and C<SVt_PVCV>. This is unlikely to make any
difference unless you have code that explicitly makes assumptions about that
ordering. (The inheritance hierarchy of C<B::*> objects has been changed