Fix doc typo/weirdness.
Florian Ragwitz [Wed, 27 May 2009 21:49:28 +0000 (23:49 +0200)]
Closes RT#46401.

lib/MRO/Compat.pm

index 63aea3e..952f72f 100644 (file)
@@ -212,8 +212,8 @@ sub __get_mro {
 =head2 mro::get_isarev($classname)
 
 Returns an arrayref of classes who are subclasses of the
-given classname.  In other words, classes who we exist,
-however indirectly, in the @ISA inheritancy hierarchy of.
+given classname.  In other words, classes in whose @ISA
+hierarchy we appear, no matter how indirectly.
 
 This is much slower on pre-5.9.5 Perls with MRO::Compat
 than it is on 5.9.5+, as it has to search the entire