From: Dave Rolsky Date: Mon, 8 Dec 2008 14:49:13 +0000 (+0000) Subject: Very small grammar tweak. X-Git-Tag: 0.72~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f200954e7ad3a5fcdffbedf49dae1e688234ce0e;p=gitmo%2FClass-MOP.git Very small grammar tweak. --- diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index 4fc88a4..4a8138b 100644 --- a/lib/Class/MOP/Method.pm +++ b/lib/Class/MOP/Method.pm @@ -168,8 +168,8 @@ to this class. =item B This is the basic constructor, it returns a B -instance which wraps the given C<$code> reference. You must also -set the C and C attributes using the C<%params>. +instance which wraps the given C<$code> reference. You must also set +the C and C attributes in C<%params>. =item B