fixing typo
Stevan Little [Sun, 4 May 2008 13:34:26 +0000 (13:34 +0000)]
lib/Class/MOP/Class.pm

index c7f8807..aa0602e 100644 (file)
@@ -1267,7 +1267,7 @@ C<$method_name>, or return undef if that method does not exist.
 The Class::MOP::Method is codifiable, so you can use it like a normal
 CODE reference, see L<Class::MOP::Method> for more information.
 
-=item B<find_method_by_name ($method_name>
+=item B<find_method_by_name ($method_name)>
 
 This will return a CODE reference of the specified C<$method_name>,
 or return undef if that method does not exist.