diff options
author | Durant Schoon <durant@udacity.com> | 2016-06-27 23:53:25 -0700 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-06-28 08:53:25 +0200 |
commit | c0577fece6b2862a7198b61ec1855b504cf43d47 (patch) | |
tree | f40c57444e4bdfb2ab08f568b63ac6c00a78a349 /csharp.html.markdown | |
parent | c50ff9299651ba3c856ee23cbdabeda2784b864c (diff) |
Correct "Bycles" to "Bicycles"" (#2293)
"DidWeCreateEnoughBycles" -> "DidWeCreateEnoughBicycles"
Diffstat (limited to 'csharp.html.markdown')
-rw-r--r-- | csharp.html.markdown | 2 |
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; |