Merge
Tomas Doran (t0m) [Thu, 11 Jun 2009 09:29:30 +0000 (10:29 +0100)]
1  2 
lib/Catalyst/Component/ACCEPT_CONTEXT.pm

@@@ -42,7 -42,7 +42,7 @@@ your model
  Using this module is somewhat of a hack.  Changing the state of your
  objects on every request is a pretty braindead way of doing OO.  If
  you want your application to be brain-live, then you should use
- L<Catalyst::Component::InstancePerContext|Catalyst::Component::InstancePerContext>.
 -L<Catalyst::Component::InstancePerContext>.  
++L<Catalyst::Component::InstancePerContext>.
  
  Instead of doing this on every request (which is basically
  what this module does):