t push origin masterMerge branch 'bockscar-master'
[catagits/Catalyst-Action-REST.git] / lib / Catalyst / Action / Deserialize.pm
index ef50d4a..e6a0887 100644 (file)
@@ -121,7 +121,7 @@ L<Catalyst::Request::REST>.
 
 For building custom error responses when de-serialization fails, you can create
 an ActionRole (and use L<Catalyst::Controller::ActionRole> to apply it to the
-C<begin> action) which overrides C<unsupported_media_type> and/or C<_serialize_bad_request>
+C<begin> action) which overrides C<unsupported_media_type> and/or C<serialize_bad_request>
 methods.
 
 =head1 SEE ALSO