Fix Pod error
Florian Ragwitz [Wed, 6 Oct 2010 00:37:21 +0000 (02:37 +0200)]
lib/Moose/Manual/Delegation.pod

index 946bbf0..cccf343 100644 (file)
@@ -166,7 +166,7 @@ call C<< $spider->request->header('UserAgent', 'MyClient') >> behind the
 scenes.
 
 Note that with currying, the currying always start with the first parameter to
-a method (C<$_[0]). Any arguments you pass to the delegation come after the
+a method (C<$_[0]>). Any arguments you pass to the delegation come after the
 curried arguments.
 
 =head1 MISSING ATTRIBUTES