diff options
author | Karl Williamson <khw@cpan.org> | 2015-09-03 21:06:16 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-09-03 21:19:32 -0600 |
commit | f185f65418467d10121bac955af6bca4776490e3 (patch) | |
tree | b804ddd51c261e4275c54062643924f14267e5bc /pod/perlootut.pod | |
parent | fbe13c605d92f73c90ff4702b76a97c5e12927a7 (diff) | |
download | perl-f185f65418467d10121bac955af6bca4776490e3.tar.gz |
Start fixing some pod pedantic errors
This fixes a bunch of them, but there are many more
Diffstat (limited to 'pod/perlootut.pod')
-rw-r--r-- | pod/perlootut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlootut.pod b/pod/perlootut.pod index a95ecc872d..6d0ae03380 100644 --- a/pod/perlootut.pod +++ b/pod/perlootut.pod @@ -232,7 +232,7 @@ from C<File>. An C<File::MP3> B<is-a> I<more specific> type of C<File>. All mp3 files are files, but not all files are mp3 files. We often refer to inheritance relationships as B<parent-child> or -C<superclass/subclass> relationships. Sometimes we say that the child +C<superclass>/C<subclass> relationships. Sometimes we say that the child has an B<is-a> relationship with its parent class. C<File> is a B<superclass> of C<File::MP3>, and C<File::MP3> is a |