diff options
| -rw-r--r-- | core/java/android/view/autofill/AutofillValue.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/view/autofill/AutofillValue.java b/core/java/android/view/autofill/AutofillValue.java index 64c877759338..cfd624acf3bc 100644 --- a/core/java/android/view/autofill/AutofillValue.java +++ b/core/java/android/view/autofill/AutofillValue.java @@ -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> */ |