summaryrefslogtreecommitdiff
path: root/pod/perl591delta.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-17 22:20:25 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-02-17 22:20:25 +0000
commitfa46452ec9ba26e5de44bed7a267bfa0c4ce7a24 (patch)
tree13c6af561110320105a1cb16650d5c035b5bde6c /pod/perl591delta.pod
parent76df5e8f6f9a368c3b6f3dcca177104be7f3fc8c (diff)
downloadperl-fa46452ec9ba26e5de44bed7a267bfa0c4ce7a24.tar.gz
Be more clear. Use simple words.
p4raw-id: //depot/perl@22323
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