diff --git a/csharp.html.markdown b/csharp.html.markdown
index 87c2f704..dad0c26b 100644
--- a/csharp.html.markdown
+++ b/csharp.html.markdown
@@ -233,7 +233,7 @@ on a new line! ""Wow!"", the masses cried";
int fooWhile = 0;
while (fooWhile < 100)
{
- //Iterated 99 times, fooWhile 0->99
+ //Iterated 100 times, fooWhile 0->99
fooWhile++;
}