diff --git a/lib/Class/Accessor/Lite.pm b/lib/Class/Accessor/Lite.pm index 5ff9894..7d129b4 100644 --- a/lib/Class/Accessor/Lite.pm +++ b/lib/Class/Accessor/Lite.pm @@ -301,7 +301,7 @@ DEPRECATED. Use the new "use Class::Accessor::Lite (...)" style. =head2 Can I use C in an inherited module? -Yes in most cases, when the class object in the super class is implemeted using a hashref. However you _should_ _not_ create the constructor for the inherited class by calling Cnew()> or by C 1). The only other thing that C does is to set up the accessor functions for given property names through a blessed hashref. +Yes in most cases, when the class object in the super class is implemeted using a hashref. However you _should_ _not_ create the constructor for the inherited class by calling C<new()>> or by C< 1)>>. The only other thing that C does is to set up the accessor functions for given property names through a blessed hashref. =head2 What happens when passing more than one arguments to the accessor?