diff --git a/java.html.markdown b/java.html.markdown
index 7ab22823..928eb39f 100644
--- a/java.html.markdown
+++ b/java.html.markdown
@@ -228,9 +228,9 @@ public class LearnJava {
// The for loop is also able to iterate over arrays as well as objects
// that implement the Iterable interface.
int[] fooList = {1, 2, 3, 4, 5, 6, 7, 8, 9};
- // for each loop structure => for (