1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 10:33:18 +01:00

Fixing typo

This commit is contained in:
Michael Dowling 2014-03-06 09:55:18 -08:00
parent 1e5bac24a5
commit 8b230e463e

View File

@ -15,7 +15,7 @@ use GuzzleHttp\Query;
use GuzzleHttp\Url;
/**
* Default HTTP request factory used to create Request and Response} objects.
* Default HTTP request factory used to create Request and Response objects.
*/
class MessageFactory implements MessageFactoryInterface
{