Revised roles recipe 2
[gitmo/Moose.git] / lib / Moose / Manual / MOP.pod
index 7e29a84..1cf433e 100644 (file)
@@ -2,13 +2,13 @@
 
 =head1 NAME
 
-Moose::Manual::MOP - The Moose (and Class::MOP) Meta API
+Moose::Manual::MOP - The Moose (and Class::MOP) meta API
 
 =head1 INTRODUCTION
 
 Moose provides a powerful introspection API built on top of
 C<Class::MOP>. "MOP" stands for Meta-Object Protocol. In plainer
-english, a MOP is an API for performing introspection on classes,
+English, a MOP is an API for performing introspection on classes,
 attributes, methods, and so on.
 
 In fact, it is C<Class::MOP> that provides many of Moose's core