diff options
author | 2020-07-31 17:05:33 +0000 | |
---|---|---|
committer | 2020-07-31 17:05:33 +0000 | |
commit | 9490b1b92f06c83d9d596833ef4d38de10b8ef4b (patch) | |
tree | e51545002412eaf54a8a1252a0d34a4b0b73d3fc /tests/src/com/android/inputmethod/compat/SuggestionSpanUtilsTest.java | |
parent | 4eb192212f6605efaa0e5f3c6124e0942cf239c5 (diff) | |
parent | 1d9bf42009301bee11ebdafb26ca6a0a18240e84 (diff) | |
download | latinime-9490b1b92f06c83d9d596833ef4d38de10b8ef4b.tar.gz latinime-9490b1b92f06c83d9d596833ef4d38de10b8ef4b.tar.xz latinime-9490b1b92f06c83d9d596833ef4d38de10b8ef4b.zip |
Merge "Update language to comply with Android's inclusive language guidance"
Diffstat (limited to 'tests/src/com/android/inputmethod/compat/SuggestionSpanUtilsTest.java')
-rw-r--r-- | tests/src/com/android/inputmethod/compat/SuggestionSpanUtilsTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/inputmethod/compat/SuggestionSpanUtilsTest.java b/tests/src/com/android/inputmethod/compat/SuggestionSpanUtilsTest.java index a0544d62a..e3fb30dbb 100644 --- a/tests/src/com/android/inputmethod/compat/SuggestionSpanUtilsTest.java +++ b/tests/src/com/android/inputmethod/compat/SuggestionSpanUtilsTest.java @@ -51,7 +51,7 @@ public class SuggestionSpanUtilsTest { } /** - * Helper method to create a dummy {@link SuggestedWordInfo}. + * Helper method to create a placeholder {@link SuggestedWordInfo}. * * @param kindAndFlags the kind and flags to be used to create {@link SuggestedWordInfo}. * @param word the word to be used to create {@link SuggestedWordInfo}. |