fix small typos in changelogs.
Karen Etheridge [Mon, 4 Oct 2010 18:20:04 +0000 (11:20 -0700)]
Changes
lib/Moose/Manual/Delta.pod

diff --git a/Changes b/Changes
index 1871db4..622c106 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,7 +9,7 @@ NEXT
     "normal" attributes. This should be mostly compatible with existing code,
     but see Moose::Manual::Delta for details.
 
-  * A few native traits (String, Counter, Bool) provide default values or "is"
+  * A few native traits (String, Counter, Bool) provide default values of "is"
     and "default" when you created an attribute. Allowing them to provide
     these values is now deprecated. Supply the value yourself when creating
     the attribute.
index 54e1996..81abd04 100644 (file)
@@ -76,7 +76,7 @@ Moose to production.
 
 =item Defaults is and default for String, Counter, and Bool
 
-A few native traits (String, Counter, Bool) provide default values or "is" and
+A few native traits (String, Counter, Bool) provide default values of "is" and
 "default" when you created an attribute. Allowing them to provide these values
 is now deprecated. Supply the value yourself when creating the attribute.