use X Protocol phrase in docs for each module
Dave Rolsky [Tue, 17 Mar 2009 14:32:23 +0000 (09:32 -0500)]
lib/Class/MOP/Class.pm
lib/Class/MOP/Instance.pm

index b29d2dc..9ae9bdb 100644 (file)
@@ -1133,11 +1133,11 @@ Class::MOP::Class - Class Meta Object
 
 =head1 DESCRIPTION
 
-This is the largest and most complex part of the Class::MOP
-meta-object protocol. It controls the introspection and manipulation
-of Perl 5 classes, and it can create them as well. The best way to
-understand what this module can do, is to read the documentation for
-each of its methods.
+The Class Protocol is the largest and most complex part of the
+Class::MOP meta-object protocol. It controls the introspection and
+manipulation of Perl 5 classes, and it can create them as well. The
+best way to understand what this module can do, is to read the
+documentation for each of its methods.
 
 =head1 INHERITANCE
 
index 16dd6e0..aefc960 100644 (file)
@@ -223,7 +223,7 @@ Class::MOP::Instance - Instance Meta Object
 
 =head1 DESCRIPTION
 
-The meta instance API controls the creation of object instances, and
+The Instance Protocol controls the creation of object instances, and
 the storage of attribute values in those instances.
 
 Using this API directly in your own code violates encapsulation, and