aboutsummaryrefslogtreecommitdiff
path: root/src/source/code-style.jd
diff options
context:
space:
mode:
Diffstat (limited to 'src/source/code-style.jd')
-rw-r--r--src/source/code-style.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source/code-style.jd b/src/source/code-style.jd
index 364b0e9c..47ac191b 100644
--- a/src/source/code-style.jd
+++ b/src/source/code-style.jd
@@ -645,7 +645,7 @@ INFORMATIVE.</li>
<li>Invalid data coming from any untrusted source (including any
file on shared storage, or data coming through just about any network
connections) is considered expected and should not trigger any logging at a
-level higher then DEBUG when it's detected to be invalid (and even then
+level higher than DEBUG when it's detected to be invalid (and even then
logging should be as limited as possible).</li>
<li>Keep in mind that the <code>+</code> operator, when used on Strings,
implicitly creates a <code>StringBuilder</code> with the default buffer size (16