changelog
[gitmo/Moose.git] / 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.