From 6791dc9834fcc890916e7d4beadf4bbc2ead04f3 Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Fri, 23 Feb 2024 00:32:45 +0200 Subject: [PATCH] Improve comment --- src/WorkerPool.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */