Correct "Bycles" to "Bicycles"" (#2293)

"DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles"
This commit is contained in:
Durant Schoon 2016-06-27 23:53:25 -07:00 committed by ven
parent c50ff92996
commit c0577fece6

View File

@ -826,7 +826,7 @@ on a new line! ""Wow!"", the masses cried";
} }
// Methods can also be static. It can be useful for helper methods // Methods can also be static. It can be useful for helper methods
public static bool DidWeCreateEnoughBycles() public static bool DidWeCreateEnoughBicycles()
{ {
// Within a static method, we only can reference static class members // Within a static method, we only can reference static class members
return BicyclesCreated > 9000; return BicyclesCreated > 9000;