fix 'no longer do not'
Hans Dieter Pearcey [Thu, 2 Apr 2009 05:30:53 +0000 (01:30 -0400)]
Changes

diff --git a/Changes b/Changes
index 56b9788..45a0b3a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -35,9 +35,9 @@ for, noteworthy changes.
 
     * Moose::Meta::Class
     * Moose::Meta::Method::Constructor
-      - Attribute triggers no longer do not receive the meta-attribute
-        object as an argument in any circumstance. Previously,
-        triggers called during instance construction were passed the
+      - Attribute triggers no longer receive the meta-attribute object
+        as an argument in any circumstance. Previously, triggers
+        called during instance construction were passed the
         meta-attribute, but triggers called by normal accessors were
         not. Fixes RT#44429, reported by Mark Swayne. (hdp)