perf: drastically reduce worker nodes array lookups
[poolifier.git] / src / worker / abstract-worker.ts
index 0f1d442a6f242ef2a25068f8e212f2fbff686a37..0f0e0a393053b76bae28df789efe0b435ce36572 100644 (file)
@@ -373,7 +373,7 @@ export abstract class AbstractWorker<
   }
 
   /**
-   * Sends a message to the main worker.
+   * Sends a message to main worker.
    *
    * @param message - The response message.
    */