From 10691121f44dc405ea28fc84ff285558494b0e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Sun, 24 Feb 2002 16:00:00 +0000 Subject: [PATCH] fixed typo (making vs. maximum) --- docs/engine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/engine.html b/docs/engine.html index 9ba962dd6..ad6c5e06a 100644 --- a/docs/engine.html +++ b/docs/engine.html @@ -126,7 +126,7 @@ nlow - If the brace will fit on the first line of the statement, taking into account making line length, then apply eol rule. Otherwise apply the nl rule. nlow is a mnemonic for "new line on wrap". For the example above Checkstyle will enforce: + If the brace will fit on the first line of the statement, taking into account maximum line length, then apply eol rule. Otherwise apply the nl rule. nlow is a mnemonic for "new line on wrap". For the example above Checkstyle will enforce:
     if (condition) {
         ...