docs: fix warning at typedoc generation
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 12:12:43 +0000 (14:12 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 15 Apr 2023 12:12:43 +0000 (14:12 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/pools/abstract-pool.ts

index 9290c2185e05f62137e7df7784f881988d02b022..9ba4fbf9c6dcc6d4d152891a3c19ad0fa01715a4 100644 (file)
@@ -558,7 +558,7 @@ export abstract class AbstractPool<
    * Gets the given worker its tasks usage in the pool.
    *
    * @param worker - The worker.
-   * @throws {@link Error} if the worker is not found in the pool worker nodes.
+   * @throws Error if the worker is not found in the pool worker nodes.
    * @returns The worker tasks usage.
    */
   private getWorkerTasksUsage (worker: Worker): TasksUsage | undefined {