Be more clear. Use simple words.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 17 Feb 2004 22:20:25 +0000 (22:20 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 17 Feb 2004 22:20:25 +0000 (22:20 +0000)
p4raw-id: //depot/perl@22323

pod/perl591delta.pod

index 2bd185f..2a04611 100644 (file)
@@ -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