diff --git a/src/WorkerPool.php b/src/WorkerPool.php index 2f20f6b..1d201c8 100644 --- a/src/WorkerPool.php +++ b/src/WorkerPool.php @@ -42,7 +42,7 @@ public function addWorker(string $plugin): void } /** - * Get the worker count for a pool. + * Get the number of workers for the pool. * * @param non-empty-string $plugin */ @@ -52,7 +52,7 @@ public function countWorkers(string $plugin): int } /** - * Get the info about running workers for a pool. + * Get the info about running workers for the pool. * * @param non-empty-string $plugin */