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:
parent
61494bf259
commit
c90af9d0bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user