X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fworker.ts;h=03cecce849a2cb9d71ad04a566795d3588238509;hb=0bc53e954d6d832092db4ea6ccea8b0f8f071ebe;hp=43e7fc608cb9be8d569ade1acc7dc72fe2194cad;hpb=b2e4d9550d6b5541749bdc42d2cbfc5371c7bf5b;p=poolifier.git diff --git a/src/pools/worker.ts b/src/pools/worker.ts index 43e7fc60..03cecce8 100644 --- a/src/pools/worker.ts +++ b/src/pools/worker.ts @@ -240,7 +240,7 @@ export interface IWorkerNode readonly usage: WorkerUsage /** * Worker choice strategy data. - * This is used to store data that is specific to the worker choice strategy. + * This is used to store data that are specific to the worker choice strategy. */ strategyData?: StrategyData /**