Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Feb 22, 2024
1 parent 2cd654f commit 6791dc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WorkerPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit 6791dc9

Please sign in to comment.