From d9a387726e964b78a604312acd772be86b4771c1 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 18 Aug 2024 03:15:38 +0900 Subject: [PATCH] docs: remove duplicated `the` in AutoscaledPool (#2624) --- packages/core/src/autoscaling/autoscaled_pool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/autoscaling/autoscaled_pool.ts b/packages/core/src/autoscaling/autoscaled_pool.ts index 8c37eb1fcf42..ff63fc160f60 100644 --- a/packages/core/src/autoscaling/autoscaled_pool.ts +++ b/packages/core/src/autoscaling/autoscaled_pool.ts @@ -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;