Skip to content

Commit ffd1390

Browse files
committed
docs: refine code comment
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent a3248bf commit ffd1390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pools/selection-strategies/worker-choice-strategy-context.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export class WorkerChoiceStrategyContext<
164164
* Executes the worker choice strategy in the context algorithm.
165165
*
166166
* @returns The key of the worker node.
167-
* @throws {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error} If after configured retries the worker node key is null or undefined.
167+
* @throws {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error} If after computed retries the worker node key is null or undefined.
168168
*/
169169
public execute(): number {
170170
return this.executeStrategy(

0 commit comments

Comments
 (0)