Skip to content
Snippets Groups Projects
Commit 8de53856 authored by Nikita Dubrovsky's avatar Nikita Dubrovsky Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in javadoc in AutofillValue"

parents 49599938 85a8d446
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ public final class AutofillValue implements Parcelable {
}
/**
* Checks is this is a text value.
* Checks if this is a text value.
*
* <p>See {@link View#AUTOFILL_TYPE_TEXT} for more info.</p>
*/
......@@ -89,7 +89,7 @@ public final class AutofillValue implements Parcelable {
}
/**
* Checks is this is a toggle value.
* Checks if this is a toggle value.
*
* <p>See {@link View#AUTOFILL_TYPE_TOGGLE} for more info.</p>
*/
......@@ -110,7 +110,7 @@ public final class AutofillValue implements Parcelable {
}
/**
* Checks is this is a list value.
* Checks if this is a list value.
*
* <p>See {@link View#AUTOFILL_TYPE_LIST} for more info.</p>
*/
......@@ -131,7 +131,7 @@ public final class AutofillValue implements Parcelable {
}
/**
* Checks is this is a date value.
* Checks if this is a date value.
*
* <p>See {@link View#AUTOFILL_TYPE_DATE} for more info.</p>
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment