docs: cleanup code comment typo
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 24 Oct 2024 20:36:53 +0000 (22:36 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 24 Oct 2024 20:36:53 +0000 (22:36 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/worker/abstract-worker.ts

index 61a3e32f34900c0fdcfbc25e412f6c0655647740..48f14b071724b7bafe7fd9e17115fec41bade3df 100644 (file)
@@ -219,7 +219,7 @@ export abstract class AbstractWorker<
   }
 
   /**
-   * Handles a worker error .
+   * Handles a worker error.
    * @param error - The error raised by the worker.
    * @returns The worker error object.
    */