diff --git a/src/HttpClientPool/RandomClientPool.php b/src/HttpClientPool/RandomClientPool.php index 8fda587..8ef535f 100644 --- a/src/HttpClientPool/RandomClientPool.php +++ b/src/HttpClientPool/RandomClientPool.php @@ -7,7 +7,7 @@ use Http\Client\Common\Exception\HttpClientNotFoundException; /** - * RoundRobinClientPool will choose the next client in the pool. + * RandomClientPool will choose a random enabled client in the pool. * * @author Joel Wurtz */