From: Jérôme Benoit Date: Sun, 7 May 2023 21:38:23 +0000 (+0200) Subject: docs: refine code comment X-Git-Tag: v2.4.13~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c20870b2b767a578f59fa7c9f89a7a41384b557d;p=poolifier.git docs: refine code comment Signed-off-by: Jérôme Benoit --- diff --git a/src/pools/selection-strategies/worker-choice-strategy-context.ts b/src/pools/selection-strategies/worker-choice-strategy-context.ts index acfee48ad..5d26f82ba 100644 --- a/src/pools/selection-strategies/worker-choice-strategy-context.ts +++ b/src/pools/selection-strategies/worker-choice-strategy-context.ts @@ -131,7 +131,7 @@ export class WorkerChoiceStrategyContext< * Executes the worker choice strategy algorithm in the context. * * @returns The key of the worker node. - * @throws {@link @node/api/errors.html#class-error} If the worker node key is null or undefined. + * @throws {@link https://nodejs.org/api/errors.html#class-error} If the worker node key is null or undefined. */ public execute (): number { const workerNodeKey = (