terms were the wrong way round
Matt S Trout [Sun, 12 Feb 2012 10:59:01 +0000 (10:59 +0000)]
lib/Catalyst/Manual/Intro.pod

index 741a79f..794a8ef 100644 (file)
@@ -871,7 +871,7 @@ subroutine name together determine the path.
 1;
 
 Matches http://localhost:3000/foo - that is, the action is mapped
-directly to the controller namespace, ignoring the function name.
+directly to the method name, ignoring the controller namespace.
 
 C<:Global> always matches from the application root: it is simply
 shorthandfor C<:Path('/methodname')>.  C<:Local> is shorthand for