clarify class_of
Hans Dieter Pearcey [Fri, 8 May 2009 03:05:48 +0000 (23:05 -0400)]
lib/Class/MOP.pm

index 791b95b..c34ea63 100644 (file)
@@ -946,9 +946,9 @@ from.
 
 =item B<Class::MOP::class_of($instance_or_class_name)>
 
-This will return the metaclass of the given instance or class name.
-Even if the class lacks a metaclass, no metaclass will be initialized
-and C<undef> will be returned.
+This will return the metaclass of the given instance or class name.  If the
+class lacks a metaclass, no metaclass will be initialized, and C<undef> will be
+returned.
 
 =item B<Class::MOP::check_package_cache_flag($pkg)>