diff options
author | 2020-07-22 14:08:35 -0700 | |
---|---|---|
committer | 2020-07-22 14:08:35 -0700 | |
commit | f53e034a174b473519c0a4755fb9440dc9ecbfcf (patch) | |
tree | ae3905d1c9f88100c160e6f8800d272adebfdd41 /java/src/com/android/inputmethod/latin/InputAttributes.java | |
parent | daadf71015bf37651ed81a2d5877b480736db5cd (diff) | |
download | latinime-f53e034a174b473519c0a4755fb9440dc9ecbfcf.tar.gz latinime-f53e034a174b473519c0a4755fb9440dc9ecbfcf.tar.xz latinime-f53e034a174b473519c0a4755fb9440dc9ecbfcf.zip |
Update language to comply with Android’s inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference
Bug: 161896447
Test: tapas LatinIME && m
Change-Id: I2ffb39ff70f61e579b62761d3da526a545dead1f
Diffstat (limited to 'java/src/com/android/inputmethod/latin/InputAttributes.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/InputAttributes.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/InputAttributes.java b/java/src/com/android/inputmethod/latin/InputAttributes.java index 37effeead..86c7810f4 100644 --- a/java/src/com/android/inputmethod/latin/InputAttributes.java +++ b/java/src/com/android/inputmethod/latin/InputAttributes.java @@ -66,7 +66,7 @@ public final class InputAttributes { || InputTypeUtils.isVisiblePasswordInputType(inputType); if (inputClass != InputType.TYPE_CLASS_TEXT) { // If we are not looking at a TYPE_CLASS_TEXT field, the following strange - // cases may arise, so we do a couple sanity checks for them. If it's a + // cases may arise, so we do a couple validity checks for them. If it's a // TYPE_CLASS_TEXT field, these special cases cannot happen, by construction // of the flags. if (null == editorInfo) { |