fix the POD for finalize_headers
Ferruccio Zamuner [Wed, 12 Oct 2016 13:18:09 +0000 (15:18 +0200)]
lib/Catalyst/Response.pm

index 94ee3f3..e7bc2d3 100644 (file)
@@ -556,7 +556,7 @@ finalized (there isn't one anyway) and you need to call the close method.
 Prints @data to the output stream, separated by $,.  This lets you pass
 the response object to functions that want to write to an L<IO::Handle>.
 
-=head2 $self->finalize_headers($c)
+=head2 $res->finalize_headers()
 
 Writes headers to response if not already written