Trivial Pod fixes
Tomas Doran [Tue, 24 Nov 2009 09:50:07 +0000 (09:50 +0000)]
Changes
lib/Catalyst/Response.pm

diff --git a/Changes b/Changes
index 1901419..012815c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,9 @@
    - NoTabs and Pod tests moved to t/author so that they're not run
      (and then skipped) normally.
 
+  Documentation:
+    - Fix Pod nits in Catalyst::Response (RT#51818)
+
 5.80014_01 2009-11-22 20:01:23
 
   Bug fixes:
index bbfa316..f268aef 100644 (file)
@@ -150,7 +150,7 @@ C<302>.
 
 This is a convenience method that sets the Location header to the
 redirect destination, and then sets the response status.  You will
-want to C< return; > or C< $c->detach() > to interrupt the normal
+want to C< return > or C<< $c->detach() >> to interrupt the normal
 processing flow if you want the redirect to occur straight away.
 
 =cut