Pod fixes re RT#51489
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Request.pm
index 9c9705e..4b7de6d 100644 (file)
@@ -210,7 +210,7 @@ Returns a reference to an array containing the arguments.
 
 For example, if your action was
 
-    package MyApp::C::Foo;
+    package MyApp::Controller::Foo;
 
     sub moose : Local {
         ...