aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert McMeen <amcmeen@google.com>2016-02-03 21:31:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-03 21:31:08 +0000
commit0da34d1f89087d84cb967bcbd79a9c47d275cee8 (patch)
tree5b21e956c6661f2fde5b6daeab47edfcec1c0916
parent7f876e8d185bc7dae3cdbf10b150697dfa77a9f1 (diff)
parent6c4588c0dcd0c9961e2b149ee424aba1f27ed921 (diff)
downloadsource.android.com-0da34d1f89087d84cb967bcbd79a9c47d275cee8.tar.gz
Merge "Docs: Fixing typo on Code Style page"
-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