docs: improve code documentation
[e-mobility-charging-stations-simulator.git] / src / worker / WorkerStaticPool.ts
index 473ff3bba41e0a332394f23a313a8040cf554179..e49ac2613e97e0da7dc7857b7ec2a4b3cf3f2fd1 100644 (file)
@@ -10,7 +10,7 @@ export class WorkerStaticPool extends WorkerAbstract<WorkerData> {
   private readonly pool: FixedThreadPool<WorkerData>;
 
   /**
-   * Create a new `WorkerStaticPool`.
+   * Creates a new `WorkerStaticPool`.
    *
    * @param workerScript -
    * @param workerOptions -