aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSagar <sagar.shah@evivehealth.com>2017-03-05 04:35:28 +0530
committerrnveach <rveach02@gmail.com>2017-03-06 15:26:49 -0500
commitb3cd54c7cdab80932c2ce97a9e705bdbc01b2861 (patch)
tree669d7a342c3a0202354f39219e24c333f4a5e758 /src
parent6ae9253d730e8bf0dcd864f545ae1776c59861b3 (diff)
downloadcheckstyle-b3cd54c7cdab80932c2ce97a9e705bdbc01b2861.tar.gz
spelling: corrected sentence
Diffstat (limited to 'src')
-rw-r--r--src/xdocs/writingjavadocchecks.xml.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdocs/writingjavadocchecks.xml.vm b/src/xdocs/writingjavadocchecks.xml.vm
index 98edae260..ff7dee583 100644
--- a/src/xdocs/writingjavadocchecks.xml.vm
+++ b/src/xdocs/writingjavadocchecks.xml.vm
@@ -195,7 +195,7 @@ CLASS_DEF -> CLASS_DEF [5:0]
<p>
As you see very small java file transforms to a huge Abstract Syntax Tree, because that is the most detailed tree including all components of the java file: classes, methods, comments, etc.
</p>
- <p>In most cases while developing Javadoc Check you need only parse tree of the exact Javadoc comment.
+ <p>In most cases while developing Javadoc Check, you need to only parse the tree of the exact Javadoc comment.
To do that just copy Javadoc comment to separate file and remove <b>/**</b> at the begining and <b>*/</b> at the end. After that, run checkstyle with <b>-j</b> argument.
</p>
<p>MyJavadocComment.javadoc file:</p>