aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@google.com>2020-07-31 09:33:35 -0600
committerJeff Sharkey <jsharkey@google.com>2020-07-31 09:33:35 -0600
commit1d9bf42009301bee11ebdafb26ca6a0a18240e84 (patch)
treee51545002412eaf54a8a1252a0d34a4b0b73d3fc /tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
parent4eb192212f6605efaa0e5f3c6124e0942cf239c5 (diff)
downloadlatinime-1d9bf42009301bee11ebdafb26ca6a0a18240e84.tar.gz
latinime-1d9bf42009301bee11ebdafb26ca6a0a18240e84.tar.xz
latinime-1d9bf42009301bee11ebdafb26ca6a0a18240e84.zip
Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: I171bc299e660f96f20041a67a3052bd8a2ed781c
Diffstat (limited to 'tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java')
-rw-r--r--tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java b/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
index 92bff0e2e..b41c7013c 100644
--- a/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
+++ b/tests/src/com/android/inputmethod/latin/SuggestedWordsTests.java
@@ -36,7 +36,7 @@ import java.util.Locale;
public class SuggestedWordsTests {
/**
- * Helper method to create a dummy {@link SuggestedWordInfo} with specifying
+ * Helper method to create a placeholder {@link SuggestedWordInfo} with specifying
* {@link SuggestedWordInfo#KIND_TYPED}.
*
* @param word the word to be used to create {@link SuggestedWordInfo}.
@@ -53,7 +53,7 @@ public class SuggestedWordsTests {
}
/**
- * Helper method to create a dummy {@link SuggestedWordInfo} with specifying
+ * Helper method to create a placeholder {@link SuggestedWordInfo} with specifying
* {@link SuggestedWordInfo#KIND_CORRECTION}.
*
* @param word the word to be used to create {@link SuggestedWordInfo}.