fixed typo (making vs. maximum)
This commit is contained in:
parent
2a1cd247d2
commit
10691121f4
|
|
@ -126,7 +126,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><span class="code">nlow</span></td>
|
||||
<td>If the brace will fit on the first line of the statement, taking into account making line length, then apply <span class="code">eol</span> rule. Otherwise apply the <span class="code">nl</span> rule. <span class="code">nlow</span> is a mnemonic for "new line on wrap". For the example above Checkstyle will enforce:
|
||||
<td>If the brace will fit on the first line of the statement, taking into account maximum line length, then apply <span class="code">eol</span> rule. Otherwise apply the <span class="code">nl</span> rule. <span class="code">nlow</span> is a mnemonic for "new line on wrap". For the example above Checkstyle will enforce:
|
||||
<pre>
|
||||
if (condition) {
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in New Issue