Doc nits pointed out in RT#53780
Tomas Doran [Mon, 18 Jan 2010 20:56:44 +0000 (20:56 +0000)]
Changes
lib/Catalyst/Action/SerializeBase.pm
lib/Catalyst/Controller/REST.pm

diff --git a/Changes b/Changes
index 2d78c2b..3ed2a7d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -17,6 +17,8 @@
   install Catalyst::Request::REST::ForBrowsers, they get the version in this
   distro. (Dave Rolsky)
 
+  Fix doc nits (RT#53780)
+
 Thu 14 Jan 20:56:00 GMT 2010 - Release 0.81
 
   Add a JSONP serialization type.
index 7892ea4..f5a0df3 100644 (file)
@@ -160,9 +160,7 @@ sub _serialize_bad_request {
 
 =head1 NAME
 
-B<Catalyst::Action::SerializeBase>
-
-Base class for Catalyst::Action::Serialize and Catlayst::Action::Deserialize.
+Catalyst::Action::SerializeBase - Base class for Catalyst::Action::Serialize and Catlayst::Action::Deserialize.
 
 =head1 DESCRIPTION
 
index d4e1b95..18653eb 100644 (file)
@@ -138,7 +138,7 @@ Returns YAML generated by L<YAML::Syck>.
 =item * C<text/html> => C<YAML::HTML>
 
 This uses L<YAML::Syck> and L<URI::Find> to generate YAML with all URLs turned
-to hyperlinks.  Only useable for Serialization.
+to hyperlinks.  Only usable for Serialization.
 
 =item * C<application/json> => C<JSON>