Fix comment which totally disagreed with code it commented on
Dave Rolsky [Thu, 4 Dec 2008 17:52:03 +0000 (17:52 +0000)]
lib/Class/MOP.pm

index 79608af..712bc6c 100644 (file)
@@ -653,12 +653,8 @@ undef Class::MOP::Instance->meta->{_package_cache_flag};
 ## --------------------------------------------------------
 ## Now close all the Class::MOP::* classes
 
-# NOTE:
-# we don't need to inline the
-# constructors or the accessors
-# this only lengthens the compile
-# time of the MOP, and gives us
-# no actual benefits.
+# NOTE: we don't need to inline the the accessors this only lengthens
+# the compile time of the MOP, and gives us no actual benefits.
 
 $_->meta->make_immutable(
     inline_constructor  => 1,