aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert McMeen <amcmeen@google.com>2016-02-03 21:38:26 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-03 21:38:26 +0000
commitb86bccc5f878d2c81593e8998ba6475624625728 (patch)
tree850a33be77973b6401da19e9d9e4deea39906e3c
parentbaf26334e09a2e387662730ca81e9dc1691f7f9d (diff)
parent0da34d1f89087d84cb967bcbd79a9c47d275cee8 (diff)
downloadsource.android.com-b86bccc5f878d2c81593e8998ba6475624625728.tar.gz
Merge "Docs: Fixing typo on Code Style page"
am: 0da34d1f89 * commit '0da34d1f89087d84cb967bcbd79a9c47d275cee8': 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