From: Dave Rolsky <autarch@urth.org>
Date: Sat, 24 Jul 2010 19:24:43 +0000 (-0500)
Subject: Small wording fixes in Changes
X-Git-Tag: 1.09~6
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=71502f19c056cde6777f54ec94a2ec07fb5828c6;p=gitmo%2FMoose.git

Small wording fixes in Changes
---

diff --git a/Changes b/Changes
index 0e9a51b..18c9193 100644
--- a/Changes
+++ b/Changes
@@ -35,16 +35,16 @@ for, noteworthy changes.
 
   [BUG FIXES]
 
-  * Accessors will now not be inlined if the instance metaclass isn't
-    inlinable (doy).
+  * Accessors will no longer be inlined if the instance metaclass isn't
+    inlinable. (doy)
 
   * Use Perl 5.10's new recursive regex features, if possible, for the type
-    constraint parser (doy, nothingmuch).
+    constraint parser. (doy, nothingmuch)
 
   [ENHANCEMENTS]
 
-  * Attributes now warn if their accessors overwrite a locally defined function
-    (not just method) (doy).
+  * Attributes now warn if their accessors overwrite a locally defined
+    function (not just method). (doy)
 
   [OTHER]