Skip to content

Commit

Permalink
Fix capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeApophis committed Aug 21, 2023
1 parent 15edde2 commit 84e7e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Funcky.Money/Exceptions/MissingExchangeRateException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Funcky;
public class MissingExchangeRateException : Exception
{
public MissingExchangeRateException()
: base("if you calculate with more than one currency, you have to define the exchange rate and target in the evaluation context.")
: base("If you calculate with more than one currency, you have to define the exchange rate and target in the evaluation context.")
{
}

Expand Down

0 comments on commit 84e7e9a

Please sign in to comment.