Fix ItemStats/ItemStatOverlay Typos "substracted" to "subtracted"

This commit is contained in:
Jake Schaum
2018-12-22 16:24:56 -06:00
parent 3a6756d391
commit 65d8cda020
2 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ public class ItemStats
private ItemEquipmentStats equipment;
public ItemStats substract(ItemStats other)
public ItemStats subtract(ItemStats other)
{
if (other == null)
{