Corrected Typo
This commit is contained in:
parent
64338adb2f
commit
e6cc7d48e2
@ -9,7 +9,7 @@ namespace OOP_Opdracht_CSharp_Alfa_2022.classes
|
|||||||
public Publisher()
|
public Publisher()
|
||||||
{
|
{
|
||||||
if (table_data == null) table_data = new Dictionary<int, string>();
|
if (table_data == null) table_data = new Dictionary<int, string>();
|
||||||
table_data.Add(1, "Electornic Arts");
|
table_data.Add(1, "Electronic Arts");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user