Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Fix code comment - IChargeHistoryFactory.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
prtandrup committed Dec 16, 2022
1 parent 6bbbc03 commit b141800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace GreenEnergyHub.Charges.Application.Charges.Factories
public interface IChargeHistoryFactory
{
/// <summary>
/// Creates charge histories based on accepted event and returns the in list
/// Creates charge histories based on accepted event and returns them in a list
/// </summary>
/// <param name="chargeInformationOperationsAcceptedEvent"></param>
/// <returns>A list of ChargeHistories</returns>
Expand Down

0 comments on commit b141800

Please sign in to comment.