docs: fixed typo

Test: make ds-docs

Bug: 36944055
Change-Id: I52c6d6404340ada5a18b99fd37a2f1d75af00677
This commit is contained in:
Joshua Baxter
2018-03-27 10:28:05 -07:00
parent 3639e2f929
commit eb5d2d96ad

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
*