From bb885c8a97fc2d1f8731d807eeb1231a6cc21d54 Mon Sep 17 00:00:00 2001 From: David Barnes <dbarnes@kvcc.edu> Date: Mon, 5 Oct 2015 21:36:47 -0400 Subject: [PATCH] Update README to fix another error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07161bc..b3db4f9 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Janitor: * Uses the base class (Utility) constructor * Methods: * ToString: return a formatted string containing the variables - * CalculateCost: Calculate totalCost by calculating the cost of each selected option and adds it to the base totalCost + * CalculateTotalCost: Calculate totalCost by calculating the cost of each selected option and adds it to the base totalCost Astromech: * Variables: fireExtinquisher (bool), numberShips (int) -- GitLab