Remove unneeded comma
Dave Rolsky [Wed, 20 Apr 2011 15:54:45 +0000 (10:54 -0500)]
Changes

diff --git a/Changes b/Changes
index cea5932..7543436 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,7 +5,7 @@ for, noteworthy changes.
 
   [ENHANCEMENTS]
 
-  * Anonymous classes and roles now have a unified implementation, in
+  * Anonymous classes and roles now have a unified implementation in
     Class::MOP::Package. This means that anonymous packages are now also
     possible. (Shawn M Moore, doy)