X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=b6f9e72316a77ea31a67349467f20cbcd6000836;hp=553eed9d84e4b18a7b57c2c543dda8cf5b90c06b;hb=7e8cd0091d6a251c847dc3abd269f864af0f9d50;hpb=27909ed4d7378362d7a4f0eb87cb4abfc15db063 diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index 553eed9..b6f9e72 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -344,7 +344,7 @@ path. For example, "C<:Path('list')>" in C would match on the URL C but "C<:Path('/list')>" would match on C. You can use C<:Args()> to specify -how many arguments an action should except. See +how many arguments an action should accept. See L for more information and a few examples.