Skip to content

Commit

Permalink
docs: remove duplicated the in AutoscaledPool (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Aug 17, 2024
1 parent 7fc1ca2 commit d9a3877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/autoscaling/autoscaled_pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export class AutoscaledPool {
}

/**
* Gets the the number of parallel tasks currently running in the pool.
* Gets the number of parallel tasks currently running in the pool.
*/
get currentConcurrency(): number {
return this._currentConcurrency;
Expand Down

0 comments on commit d9a3877

Please sign in to comment.