Fix missing close paren in error message
[catagits/Catalyst-Runtime.git] / lib / Catalyst / DispatchType / Chained.pm
index 1a3fd56..d1ac624 100644 (file)
@@ -341,7 +341,7 @@ sub register {
             $args = Data::Dumper::Dumper($args);
             Catalyst::Exception->throw(
               "Invalid Args($args) for action " . $action->reverse() .
-              " (use 'Args' or 'Args(<number>)'"
+              " (use 'Args' or 'Args(<number>)')"
             );
         }
     }