summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDurant Schoon <durant@udacity.com>2016-06-27 23:53:25 -0700
committerven <vendethiel@hotmail.fr>2016-06-28 08:53:25 +0200
commitc0577fece6b2862a7198b61ec1855b504cf43d47 (patch)
treef40c57444e4bdfb2ab08f568b63ac6c00a78a349
parentc50ff9299651ba3c856ee23cbdabeda2784b864c (diff)
Correct "Bycles" to "Bicycles"" (#2293)
"DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles"
-rw-r--r--csharp.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp.html.markdown b/csharp.html.markdown
index 69aef257..4c9e8411 100644
--- a/csharp.html.markdown
+++ b/csharp.html.markdown
@@ -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;