Skip to content

Commit d2e13fd

Browse files
committed
address typo
1 parent f453fb3 commit d2e13fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/worker/concurrency.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var _ Permit = (*permit)(nil)
3333
// ConcurrencyLimit contains synchronization primitives for dynamically controlling the concurrencies in workers
3434
type ConcurrencyLimit struct {
3535
PollerPermit Permit // controls concurrency of pollers
36-
TaskPermit Permit // controlls concurrency of task processings
36+
TaskPermit Permit // controls concurrency of task processing
3737
}
3838

3939
// Permit is an adaptive permit issuer to control concurrency

0 commit comments

Comments
 (0)