diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-01-01 23:22:10 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-01-01 23:22:10 +0000 |
commit | 50506ccda720750b3bbc2c0faf490ef15854f7f3 (patch) | |
tree | e56a237ac0d69974097549475aa45ec006a125dc /pod/perlbot.pod | |
parent | 029f3b4481eb14b016dea8aa8fb43279a710daa3 (diff) | |
download | perl-50506ccda720750b3bbc2c0faf490ef15854f7f3.tar.gz |
addition to 22036 (document SUPER better): superclass may be plural
p4raw-id: //depot/perl@22037
Diffstat (limited to 'pod/perlbot.pod')
-rw-r--r-- | pod/perlbot.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlbot.pod b/pod/perlbot.pod index 4507d4f1c7..91723b70d7 100644 --- a/pod/perlbot.pod +++ b/pod/perlbot.pod @@ -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 |