docs: refine code comment
[poolifier.git] / src / pools / selection-strategies / worker-choice-strategy-context.ts
index 46e7ac64221d500f87f7d344c4687849bb0361df..40e2e18f303122685c70eb09e824175ab5309cef 100644 (file)
@@ -166,7 +166,7 @@ export class WorkerChoiceStrategyContext<
    * Executes the worker choice strategy in the context algorithm.
    *
    * @returns The key of the worker node.
-   * @throws {@link https://nodejs.org/api/errors.html#class-error} If after configured retries the worker node key is null or undefined.
+   * @throws {@link https://nodejs.org/api/errors.html#class-error} If after computed retries the worker node key is null or undefined.
    */
   public execute (): number {
     return this.executeStrategy(