From: Kennedy Clark Date: Thu, 29 Jun 2006 00:33:27 +0000 (+0000) Subject: Fix typo: s/is self/itself/ X-Git-Tag: 5.7099_04~447 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=877c34d6f3c3deb465db9c7d2bb39de67366df97 Fix typo: s/is self/itself/ --- diff --git a/lib/Catalyst/Manual/Actions.pod b/lib/Catalyst/Manual/Actions.pod index 8794f90..6cd5949 100644 --- a/lib/Catalyst/Manual/Actions.pod +++ b/lib/Catalyst/Manual/Actions.pod @@ -29,7 +29,7 @@ application namespace instead, use MyAction, like MyAction('SayBefore'). =head1 WRITING YOUR OWN ACTIONS -Implementing the action is self is almost as easy. Just use +Implementing the action itself is almost as easy. Just use L as a base class and decorate the C call in the Action class: