Remove unneeded comma
[gitmo/Moose.git] / 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)