mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Correct "Bycles" to "Bicycles"" (#2293)
"DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles"
This commit is contained in:
parent
c50ff92996
commit
c0577fece6
@ -826,7 +826,7 @@ on a new line! ""Wow!"", the masses cried";
|
||||
}
|
||||
|
||||
// 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
|
||||
return BicyclesCreated > 9000;
|
||||
|
Loading…
Reference in New Issue
Block a user