1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-12 03:24:26 +01:00

Fixing typo

This commit is contained in:
Michael Dowling 2014-09-08 13:19:14 -07:00
parent ccd959d01f
commit db4e68d64f

View File

@ -56,7 +56,7 @@ interfaces.
`GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
value as an array, then use the newly added ``getHeaderLines()`` method of
``MessageInterface``.
* ``GuzzleHttp\Utils::batch`` now returns an ordred indexed array of respones
* ``GuzzleHttp\Utils::batch`` now returns an ordred indexed array of responses
and exceptions rather than an ``SplObjectStorage`` object.
4.2.2 (2014-09-08)