1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-04-22 15:42:14 +02:00

Typo in Pool.php

fix typo
This commit is contained in:
Karl Scheirer 2019-08-23 12:24:38 -07:00 committed by GitHub
parent 61494bf259
commit c90af9d0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ use Psr\Http\Message\RequestInterface;
use GuzzleHttp\Promise\EachPromise;
/**
* Sends and iterator of requests concurrently using a capped pool size.
* Sends an iterator of requests concurrently using a capped pool size.
*
* The pool will read from an iterator until it is cancelled or until the
* iterator is consumed. When a request is yielded, the request is sent after