docs: fixed typo am: eb5d2d96ad

am: 2ae75ba1ab

Change-Id: I85c41033aeffed7a06e4a85a00725183c314ab8a
This commit is contained in:
Joshua Baxter
2018-03-28 00:51:38 +00:00
committed by android-build-merger

View File

@@ -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
*