From: Karen Etheridge Date: Mon, 30 May 2011 20:30:12 +0000 (-0700) Subject: punctuation fix X-Git-Tag: 2.0100~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=01062d8a9c752c413210277e06128d4c87224e81;p=gitmo%2FMoose.git punctuation fix --- diff --git a/lib/Moose/Util/TypeConstraints.pm b/lib/Moose/Util/TypeConstraints.pm index 7f43ece..a671af9 100644 --- a/lib/Moose/Util/TypeConstraints.pm +++ b/lib/Moose/Util/TypeConstraints.pm @@ -1057,7 +1057,7 @@ name of the variable to check, typically something like C<"$_"> or C<"$_[0]">. The subroutine should return a code string suitable for inlining. You can assume that the check will be wrapped in parentheses when it is inlined. -The inlined code should include any checks that your type's parent type's +The inlined code should include any checks that your type's parent types do. For example, the C type's inlining sub looks like this: sub {