typo
Karen Etheridge [Tue, 17 May 2011 23:32:32 +0000 (16:32 -0700)]
lib/Moose/Manual/Delegation.pod

index f888400..29ded4e 100644 (file)
@@ -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.