diff --git a/core/java/android/widget/TextView.java b/core/java/android/widget/TextView.java index e0f766d755b0d..de0a84691dcfd 100644 --- a/core/java/android/widget/TextView.java +++ b/core/java/android/widget/TextView.java @@ -5663,7 +5663,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener * one character (a selection range). This will only work if the * TextView contains spannable text; otherwise it will do nothing. * - * @return True is the cursor was actually moved, false otherwise. + * @return True if the cursor was actually moved, false otherwise. */ public boolean moveCursorToVisibleOffset() { if (!(mText instanceof Spannable)) {