summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joshua Baxter <jbax@google.com> 2018-03-27 10:28:05 -0700
committer Joshua Baxter <jbax@google.com> 2018-03-27 10:28:05 -0700
commiteb5d2d96adf4f016b9af65e9daef0de2e6c0df59 (patch)
tree94988ea8caed24e46f905393cdf674e04fc8567c
parent3639e2f92921ee03f501ae9feffd675c96ba0080 (diff)
docs: fixed typo
Test: make ds-docs Bug: 36944055 Change-Id: I52c6d6404340ada5a18b99fd37a2f1d75af00677
-rw-r--r--core/java/android/text/InputType.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/text/InputType.java b/core/java/android/text/InputType.java
index f38482e6fdd1..7f903b6fda66 100644
--- a/core/java/android/text/InputType.java
+++ b/core/java/android/text/InputType.java
@@ -24,7 +24,7 @@ package android.text;
* <h3>Examples</h3>
*
* <dl>
- * <dt>A password field with with the password visible to the user:
+ * <dt>A password field with the password visible to the user:
* <dd>inputType = TYPE_CLASS_TEXT |
* TYPE_TEXT_VARIATION_VISIBLE_PASSWORD
*