This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix pod nit in perlunicode
[perl5.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