Spell fixlet in ATG log message
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerAbstract.ts
index 715778161af13b59bed90aa2805b0120451c64b8..a18a085e5e0a37a58b3b31127976005f3fe4f9be 100644 (file)
@@ -10,8 +10,8 @@ export default abstract class WorkerAbstract {
   /**
    * `WorkerAbstract` constructor.
    *
-   * @param {string} workerScript
-   * @param {number} workerStartDelay
+   * @param workerScript
+   * @param workerStartDelay
    */
   constructor(workerScript: string, workerStartDelay: number = Constants.WORKER_START_DELAY) {
     this.workerScript = workerScript;