X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FIntro.pod;h=91fc76eab06a606c6edabe1f5825244e6a2ef4fe;hp=3eb9316b400776defc0697d54f259a1aad75b994;hb=27c0dd050d10698bac29fa0dace3da7d818b7252;hpb=1dc8af447f43168c875c0c62f2cfb50d66173eaf diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 3eb9316..91fc76e 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -625,7 +625,7 @@ parts of the path (separated by C) this action wants to captures as it's arguments. If it doesn't expect any, just specify C<:Captures(0)>. The captures get passed to the action's C<@_> right after the context, but you can also find them as array reference in -C<$c-Erequest-Esnippets-E[$level]>. The C<$level> is the +C<$c-Erequest-Ecaptures-E[$level]>. The C<$level> is the level of the action in the chain that captured the parts of the path. An action that is part of a chain (read: that has a C<:Chained> attribute)