docs: add changelog entry
[poolifier.git] / src / pools / abstract-pool.ts
index a7d3e944522e90d5ee5dce103be13cd5e334bdc4..ebdb0dd8924c0e18f71a456c620b1d08a6ad2e6b 100644 (file)
@@ -1473,7 +1473,7 @@ export abstract class AbstractPool<
    * Chooses a worker node for the next task.
    *
    * @param name - The task function name.
-   * @returns The chosen worker node key
+   * @returns The chosen worker node key.
    */
   private chooseWorkerNode (name?: string): number {
     if (this.shallCreateDynamicWorker()) {