From: Jérôme Benoit Date: Tue, 25 Jul 2023 22:23:00 +0000 (+0200) Subject: docs: refine code comments X-Git-Tag: v1.2.20~135^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=72757b44c882ee324a606ec41358f393b0b58e6e;p=e-mobility-charging-stations-simulator.git docs: refine code comments Signed-off-by: Jérôme Benoit --- diff --git a/src/charging-station/ChargingStationUtils.ts b/src/charging-station/ChargingStationUtils.ts index 23b42d5c..878960ba 100644 --- a/src/charging-station/ChargingStationUtils.ts +++ b/src/charging-station/ChargingStationUtils.ts @@ -826,7 +826,7 @@ const getLimitFromChargingProfiles = ( }; /** - * Adjust recurring charging profile startSchedule to the current recurrency time interval if needed + * Adjust recurring charging profile startSchedule to the current recurrency time interval if needed * * @param chargingProfile - * @param currentDate -