Remove that idiocy
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Response.pm
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