From: Karen Etheridge Date: Tue, 17 May 2011 23:32:32 +0000 (-0700) Subject: typo X-Git-Tag: 2.0100~89 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8da1f3d8af5b7e8ed9dd908f5efd7f336d44dd4b;p=gitmo%2FMoose.git typo --- diff --git a/lib/Moose/Manual/Delegation.pod b/lib/Moose/Manual/Delegation.pod index f888400..29ded4e 100644 --- a/lib/Moose/Manual/Delegation.pod +++ b/lib/Moose/Manual/Delegation.pod @@ -167,7 +167,7 @@ With this definition, calling C<< $spider->set_user_agent('MyClient') >> will call C<< $spider->request->header('UserAgent', 'MyClient') >> behind the scenes. -Note that with currying, the currying always start with the first parameter to +Note that with currying, the currying always starts with the first parameter to a method (C<$_[0]>). Any arguments you pass to the delegation come after the curried arguments.