Correct reference to get_linear_isa in get_isarev’ description
authorFather Chrysostomos <sprout@cpan.org>
Sat, 30 Oct 2010 12:48:41 +0000 (05:48 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 30 Oct 2010 13:52:39 +0000 (06:52 -0700)
ext/mro/mro.pm

index 7c28658..249f848 100644 (file)
@@ -160,7 +160,7 @@ you're looking at this list for the same reasons the
 core code does: as a performance optimization
 over having to search every class in existence.
 
-As with C<mro::get_mro> above, C<UNIVERSAL> is special.
+As with C<mro::get_linear_isa> above, C<UNIVERSAL> is special.
 C<UNIVERSAL> (and parents') isarev lists do not include
 every class in existence, even though all classes are
 effectively descendants for method inheritance purposes.