aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/Suggest.java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-07-31 17:05:33 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-31 17:05:33 +0000
commit9490b1b92f06c83d9d596833ef4d38de10b8ef4b (patch)
treee51545002412eaf54a8a1252a0d34a4b0b73d3fc /java/src/com/android/inputmethod/latin/Suggest.java
parent4eb192212f6605efaa0e5f3c6124e0942cf239c5 (diff)
parent1d9bf42009301bee11ebdafb26ca6a0a18240e84 (diff)
downloadlatinime-9490b1b92f06c83d9d596833ef4d38de10b8ef4b.tar.gz
latinime-9490b1b92f06c83d9d596833ef4d38de10b8ef4b.tar.xz
latinime-9490b1b92f06c83d9d596833ef4d38de10b8ef4b.zip
Merge "Update language to comply with Android's inclusive language guidance"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/Suggest.java')
-rw-r--r--java/src/com/android/inputmethod/latin/Suggest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/Suggest.java b/java/src/com/android/inputmethod/latin/Suggest.java
index 7ccefd2dd..da23617af 100644
--- a/java/src/com/android/inputmethod/latin/Suggest.java
+++ b/java/src/com/android/inputmethod/latin/Suggest.java
@@ -225,7 +225,7 @@ public final class Suggest {
// TODO: now that we have personalization, we may want to re-evaluate this decision
|| !mDictionaryFacilitator.hasAtLeastOneInitializedMainDictionary()
// If the first suggestion is a shortcut we never auto-correct to it, regardless
- // of how strong it is (whitelist entries are not KIND_SHORTCUT but KIND_WHITELIST).
+ // of how strong it is (allowlist entries are not KIND_SHORTCUT but KIND_WHITELIST).
// TODO: we may want to have shortcut-only entries auto-correct in the future.
|| suggestionResults.first().isKindOf(SuggestedWordInfo.KIND_SHORTCUT)) {
hasAutoCorrection = false;