X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fpools%2Fabstract-pool.ts;h=7d8531aa8d5d5480f8395f0263c90248f955358d;hb=029715f01bcb30dbd8443bdcbec68484297dd8c6;hp=3bc00a6fffd36c987dd015fdeecd6b62f1e6a662;hpb=6709f3086622c12bae8060915be7a7f6be9d9763;p=poolifier.git diff --git a/src/pools/abstract-pool.ts b/src/pools/abstract-pool.ts index 3bc00a6f..7d8531aa 100644 --- a/src/pools/abstract-pool.ts +++ b/src/pools/abstract-pool.ts @@ -69,7 +69,7 @@ export abstract class AbstractPool< * Constructs a new poolifier pool. * * @param numberOfWorkers - Number of workers that this pool should manage. - * @param filePath - Path to the worker-file. + * @param filePath - Path to the worker file. * @param opts - Options for the pool. */ public constructor (