perlunifaq, uniintro: fix for 80 col display
[p5sagit/p5-mst-13.2.git] / pod / perlbot.pod
index 4507d4f..91723b7 100644 (file)
@@ -243,8 +243,8 @@ where that method is defined.
        $foo->goo;
        $foo->google;
 
-Note that C<SUPER> refers to the superclass of the current package
-(C<Foo>), not to the superclass of C<$self>.
+Note that C<SUPER> refers to the superclasses of the current package
+(C<Foo>), not to the superclasses of C<$self>.
 
 
 =head1 USING RELATIONSHIP WITH SDBM