From: Dave Rolsky Date: Tue, 12 Apr 2011 14:38:09 +0000 (-0500) Subject: Fix wonky grammar X-Git-Tag: 2.0100~240 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d3fe84b2d6a41a5d18127276bde4dc6dd325f63;p=gitmo%2FMoose.git Fix wonky grammar --- diff --git a/Changes b/Changes index c3b6719..2511928 100644 --- 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]