docs: refine code comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Jan 2024 11:21:19 +0000 (12:21 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 1 Jan 2024 11:21:19 +0000 (12:21 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
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(