docs: refine code comment
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 4 Apr 2024 08:41:17 +0000 (10:41 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 4 Apr 2024 08:41:17 +0000 (10:41 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/pools/abstract-pool.ts

index 5eeb57911903587c0760dac8fee11e30407cb86a..b5e528ec643bb7d58325ab46d49f82c64f0f442b 100644 (file)
@@ -1070,7 +1070,9 @@ export abstract class AbstractPool<
   }
 
   /**
-   * Should return whether the worker is the main worker or not.
+   * Returns whether the worker is the main worker or not.
+   *
+   * @returns `true` if the worker is the main worker, `false` otherwise.
    */
   protected abstract isMain (): boolean