Corrected Typo

This commit is contained in:
Andreas 2022-12-08 13:51:38 +01:00
parent 64338adb2f
commit e6cc7d48e2

View File

@ -9,7 +9,7 @@ namespace OOP_Opdracht_CSharp_Alfa_2022.classes
public Publisher()
{
if (table_data == null) table_data = new Dictionary<int, string>();
table_data.Add(1, "Electornic Arts");
table_data.Add(1, "Electronic Arts");
}
}
}