From: Matt S Trout Date: Thu, 22 Jun 2006 14:52:52 +0000 (+0000) Subject: Corrected 'snippets' -> 'captures' in Chained Intro X-Git-Tag: 5.7099_04~482 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=27c0dd050d10698bac29fa0dace3da7d818b7252 Corrected 'snippets' -> 'captures' in Chained Intro r10084@cain (orig r4409): phaylon | 2006-06-18 22:08:23 +0000 --- 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)