Minor doc formatting tweak
Dave Rolsky [Sun, 21 Jun 2009 15:37:56 +0000 (10:37 -0500)]
lib/Class/MOP/Class.pm

index 4e02264..964e73e 100644 (file)
@@ -1611,10 +1611,10 @@ attributes which are defined in terms of "regular" Perl 5 methods.
 
 This will return a L<Class::MOP::Attribute> for the specified
 C<$attribute_name>. If the class does not have the specified
-attribute, it returns C<undef>. 
+attribute, it returns C<undef>.
 
-NOTE that get_attribute does not search superclasses, for 
-that you need to use C<find_attribute_by_name>.
+NOTE that get_attribute does not search superclasses, for that you
+need to use C<find_attribute_by_name>.
 
 =item B<< $metaclass->has_attribute($attribute_name) >>