Fixed typo in documentation for FileTabCharacter (bug #3423621)

This commit is contained in:
Oleg Sukhodolsky 2011-10-14 18:20:22 +04:00
parent 43cdf3d62b
commit 152aaa2fc0
1 changed files with 2 additions and 2 deletions

View File

@ -899,9 +899,9 @@ for (Iterator foo = very.long.line.iterator();
To configure the check to report on each line in each file:
</p>
<source>
&lt;module name=&quot;FileTabCharacter&quot;/&gt;
&lt;module name=&quot;FileTabCharacter&quot;&gt;
&lt;property name=&quot;eachLine&quot; value=&quot;true&quot;/&gt;
&lt;module/&gt;
&lt;/module&gt;
</source>
</subsection>