Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 30, 2010
1 parent 8c25fd2 commit 66161c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Plack/Middleware/JSONP.pm
Expand Up @@ -40,8 +40,9 @@ Plack::Middleware::JSONP wraps JSON response, which has Content-Type
value either C<text/javascript> or C<application/json> as a JSONP
response which is specified with the C<callback> query parameter.
This middleware only works with the application response with content
body set as an array ref and doesn't support IO::Handle-ish body
This middleware only works with an application response with content
body set as a single element array ref and doesn't touch the response
otherwise.
=head1 AUTHOR
Expand Down

0 comments on commit 66161c9

Please sign in to comment.