remove extra '
Justin Hunter [Sat, 3 Jul 2010 00:04:07 +0000 (00:04 +0000)]
lib/Catalyst.pm

index f80f8a1..1013d21 100644 (file)
@@ -892,7 +892,7 @@ component is constructed.
 For example:
 
     MyApp->config({ 'Model::Foo' => { bar => 'baz', overrides => 'me' } });
-    MyApp::Model::Foo->config({ quux => 'frob', 'overrides => 'this' });
+    MyApp::Model::Foo->config({ quux => 'frob', overrides => 'this' });
 
 will mean that C<MyApp::Model::Foo> receives the following data when
 constructed: