X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fworker.ts;h=03cecce849a2cb9d71ad04a566795d3588238509;hb=d91689fda0fa7a85014ac25276cf2cf0a9d81ce2;hp=43e7fc608cb9be8d569ade1acc7dc72fe2194cad;hpb=9f95d5ebb5081a7f52a6cbd6a5a7c703081296da;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 /**