From 1e0d5abebac015808e2ac22ac8ba741b05dc8f6f Mon Sep 17 00:00:00 2001 From: Jake Prather Date: Thu, 30 Jan 2014 12:36:19 -0600 Subject: Issue#163 https://github.com/adambard/learnxinyminutes-docs/issues/163 --- java.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java.html.markdown b/java.html.markdown index b4624d5e..1fbf6a21 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -191,7 +191,7 @@ public class LearnJava { { //System.out.println(fooWhile); //Increment the counter - //Iterated 99 times, fooWhile 0->99 + //Iterated 100 times, fooWhile 0,1,2...99 fooWhile++; } System.out.println("fooWhile Value: " + fooWhile); -- cgit v1.2.3