Skip to content

Commit dd60a24

Browse files
committed
build fix
1 parent e353c4a commit dd60a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nager.Country/Currencies/MgaCurrency.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
namespace Nager.Country.Currencies
22
{
33
/// <summary>
4-
/// Mdl Currency
4+
/// Mga Currency
55
/// </summary>
6-
public class MdlCurrency : ICurrency
6+
public class MgaCurrency : ICurrency
77
{
88
///<inheritdoc/>
99
public string Symbol => "Ar";

0 commit comments

Comments
 (0)