Fix wonky grammar
Dave Rolsky [Tue, 12 Apr 2011 14:38:09 +0000 (09:38 -0500)]
Changes

diff --git a/Changes b/Changes
index c3b6719..2511928 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,8 +9,8 @@ for, noteworthy changes.
 
   * The RegexpRef type constraint now accepts regular expressions blessed into
     other classes, such as those found in pluggable regexp engines.
-    Additionally the 'Object' constraint no longer rejects objects which
-    implementation is a regular expression. (David Leadbeater)
+    Additionally the 'Object' constraint no longer rejects objects implemented
+    as a blessed regular expression. (David Leadbeater)
 
   [OTHER]