X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fselection-strategies%2Fselection-strategies-types.ts;h=137c1be7562e50309818763f556651aed2034b04;hb=6533c3e6b6a95daade8d20577d6b816512e2aeeb;hp=bf364f923d033e24223afed35b07f3bdaaf1517b;hpb=95c83464bb1fab234d1c41204f98defcd01c789f;p=poolifier.git diff --git a/src/pools/selection-strategies/selection-strategies-types.ts b/src/pools/selection-strategies/selection-strategies-types.ts index bf364f92..137c1be7 100644 --- a/src/pools/selection-strategies/selection-strategies-types.ts +++ b/src/pools/selection-strategies/selection-strategies-types.ts @@ -53,7 +53,7 @@ export interface IWorkerChoiceStrategy< */ readonly pool: IPoolInternal /** - * Is the pool attached to the strategy dynamic?. + * Is the pool bound to the strategy dynamic?. */ readonly isDynamicPool: boolean /**