Very small grammar tweak.
Dave Rolsky [Mon, 8 Dec 2008 14:49:13 +0000 (14:49 +0000)]
lib/Class/MOP/Method.pm

index 4fc88a4..4a8138b 100644 (file)
@@ -168,8 +168,8 @@ to this class.
 =item B<wrap ($code, %params)>
 
 This is the basic constructor, it returns a B<Class::MOP::Method>
-instance which wraps the given C<$code> reference. You must also
-set the C<package_name> and C<name> attributes using the C<%params>.
+instance which wraps the given C<$code> reference. You must also set
+the C<package_name> and C<name> attributes in C<%params>.
 
 =item B<clone (%params)>