From bae29e0bc1daca37c72531cf0891ae0c832d1726 Mon Sep 17 00:00:00 2001 From: "Ian G. Clifton" Date: Sat, 29 Jan 2022 01:37:40 +0000 Subject: Minor JavaDoc grammar fix Replaced "than" (comparative) with "then" (temporal) for the setTextSize JavaDoc. No functional change. Change-Id: I84b5d1b250cb7a5d925cfbd0a86a2bfef55ade24 --- core/java/android/widget/TextView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/java/android/widget/TextView.java') diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index f5c1bcf2de42..452dad3b79db 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -4347,7 +4347,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * pixel" units. This size is adjusted based on the current density and * user font size preference. * - *

Note: if this TextView has the auto-size feature enabled than this function is no-op. + *

Note: if this TextView has the auto-size feature enabled, then this function is no-op. * * @param size The scaled pixel size. * @@ -4362,7 +4362,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * Set the default text size to a given unit and value. See {@link * TypedValue} for the possible dimension units. * - *

Note: if this TextView has the auto-size feature enabled than this function is no-op. + *

Note: if this TextView has the auto-size feature enabled, then this function is no-op. * * @param unit The desired dimension unit. * @param size The desired size in the given units. -- cgit v1.2.3