class's
Dave Rolsky [Sun, 29 Mar 2009 15:45:26 +0000 (10:45 -0500)]
Changes

diff --git a/Changes b/Changes
index 6585037..d271dd2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -20,8 +20,8 @@ for noteworthy changes.
         - add tests and documentation (perigrin)
 
     * Moose
-      - Document the fact that init_meta() returns the target class' metaclass
-        object. (hdp)
+      - Document the fact that init_meta() returns the target class's
+        metaclass object. (hdp)
 
     * Moose::Cookbook::Extending::Recipe1
     * Moose::Cookbook::Extending::Recipe2