[Catalyst-commits] r9988 -
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial
jhannah at dev.catalyst.perl.org
jhannah at dev.catalyst.perl.org
Sat May 2 03:24:57 GMT 2009
Author: jhannah
Date: 2009-05-02 03:24:56 +0000 (Sat, 02 May 2009)
New Revision: 9988
Modified:
Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
Log:
POD typo corrected.
Modified: Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2009-05-02 02:01:04 UTC (rev 9987)
+++ Catalyst-Manual/5.70/trunk/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2009-05-02 03:24:56 UTC (rev 9988)
@@ -344,7 +344,7 @@
C<lib/MyApp/Controller/Books.pm> would match on the URL
C<http://localhost:3000/books/list> but "C<:Path('/list')>" would match
on C<http://localhost:3000/list>. You can use C<:Args()> to specify
-how many arguments an action should except. See
+how many arguments an action should accept. See
L<Catalyst::Manual::Intro/Action_types> for more information and a few
examples.
More information about the Catalyst-commits
mailing list