Type fix from ash
Matt S Trout [Thu, 20 Apr 2006 14:06:22 +0000 (14:06 +0000)]
lib/Catalyst/Manual/Intro.pod

index a6da2a1..65c633d 100644 (file)
@@ -633,7 +633,7 @@ be reset.
 
     sub check_message : Private {
         my ( $self, $c ) = @_;
-        my $first_argument = $c->req->args[0]; # now = 'test1'
+        my $first_argument = $c->req->args->[0]; # now = 'test1'
         # do something...
     }