docs: refine code comment
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 11 Jul 2023 20:44:26 +0000 (22:44 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 11 Jul 2023 20:44:26 +0000 (22:44 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/worker/abstract-worker.ts

index b16c886b26c933c77aeee5ff32a3c9a61272aab3..43cc4299765a155289ead75952e4c05c1fd42797 100644 (file)
@@ -296,7 +296,7 @@ export abstract class AbstractWorker<
   }
 
   /**
-   * Sends to the main worker the ready response.
+   * Sends the ready response to the main worker.
    */
   protected sendReadyResponse (): void {
     !this.isMain && this.sendToMainWorker({ ready: true, workerId: this.id })