diff options
| -rw-r--r-- | core/java/android/text/InputType.java | 2 |
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 * |