docs: improve code documentation
[e-mobility-charging-stations-simulator.git] / src / charging-station / IdTagsCache.ts
index 6e8592cb71aecfeb7f3160212761905adde2b9c8..55fcb9241873a3845c87b6cf67b8fb6a59a606bf 100644 (file)
@@ -28,7 +28,7 @@ export class IdTagsCache {
   }
 
   /**
-   * Get one idtag from the cache given the distribution
+   * Gets one idtag from the cache given the distribution
    * Must be called after checking the cache is not an empty array
    *
    * @param distribution -
@@ -56,7 +56,7 @@ export class IdTagsCache {
   }
 
   /**
-   * Get all idtags from the cache
+   * Gets all idtags from the cache
    * Must be called after checking the cache is not an empty array
    *
    * @param file -