diff --git a/guide/english/java/comments-in-java/index.md b/guide/english/java/comments-in-java/index.md index f7200a2bbe..6673025b95 100644 --- a/guide/english/java/comments-in-java/index.md +++ b/guide/english/java/comments-in-java/index.md @@ -58,6 +58,7 @@ public class RandomNumbers{ } ``` +The difference between the documentation comment and the multi & single line comments is that the former is oriented about making your comments visible to anyone viewing the documentation, while the multi and single line comments are the ones that are supposed to mainly keep you on track. #### More Information: * [Java Resources](http://guide.freecodecamp.org/java/resources/)