summaryrefslogtreecommitdiff
path: root/pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'pool.go')
-rw-r--r--pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pool.go b/pool.go
index 2e59e154..13e99fa8 100644
--- a/pool.go
+++ b/pool.go
@@ -31,7 +31,7 @@ type Pool interface {
// Workers returns worker list associated with the pool.
Workers() (workers []*Worker)
- // Remove forces pool to destroy specific worker.
+ // Remove forces pool to remove specific worker.
Remove(w *Worker, err error)
// Destroy all underlying workers (but let them to complete the task).