diff --git a/src/HttpClient.php b/src/HttpClient.php index 6e2d313..525f9e0 100644 --- a/src/HttpClient.php +++ b/src/HttpClient.php @@ -7,7 +7,7 @@ use Psr\Http\Message\ResponseInterface; /** - * Sends one or more PSR-7 Request and returns PSR-7 responses. + * Sends a PSR-7 Request and returns a PSR-7 response. * * @author GeLo * @author Márk Sági-Kazár