Fix my grammar (missing "a")
Dave Rolsky [Mon, 29 Sep 2008 03:49:06 +0000 (03:49 +0000)]
Changes

diff --git a/Changes b/Changes
index a537bfc..59e738f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -22,7 +22,7 @@ Revision history for Perl extension Class-MOP.
         aliased methods and "real" methods.
 
         This means that methods added via alias_method now show up as
-        part of the class's method list/map. This is backwards
+        part of the class's method list/map. This is a backwards
         incompatible change, but seems unlikely to break any
         code. Famous last words. (Dave Rolsky)