fix pod markup error
[gitmo/Class-MOP.git] / lib / Class / MOP / Method / Accessor.pm
index c89e355..7f64338 100644 (file)
@@ -223,7 +223,7 @@ Class::MOP::Method::Accessor - Method Meta Object for accessors
 
 =head1 DESCRIPTION
 
-This is a subclass of <Class::MOP::Method> which is used by
+This is a subclass of C<Class::MOP::Method> which is used by
 C<Class::MOP::Attribute> to generate accessor code. It handles
 generation of readers, writers, predicates and clearers. For each type
 of method, it can either create a subroutine reference, or actually