X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FActions.pod;h=6cd5949f65f9af438f109690a3535b69c375bfe6;hb=c9b77c06a0de97f1d6e9a66091e693a637578357;hp=8794f90c98aa08d0715d22958c5b077296e5704a;hpb=a74c2d1a1e12c43e5dbb4caef23f7cc25e57bd1f;p=catagits%2FCatalyst-Runtime.git 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: