Skip to content

Commit ea931d3

Browse files
author
Android Code Review
committed
Merge change 10364
* changes: Fix spelling mistakes in Javadoc
2 parents acec372 + 1b194b1 commit ea931d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/widget/TextView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5611,7 +5611,7 @@ private void applySingleLine(boolean singleLine, boolean applyTransformation) {
56115611
* Causes words in the text that are longer than the view is wide
56125612
* to be ellipsized instead of broken in the middle. You may also
56135613
* want to {@link #setSingleLine} or {@link #setHorizontallyScrolling}
5614-
* to constrain the text toa single line. Use <code>null</code>
5614+
* to constrain the text to a single line. Use <code>null</code>
56155615
* to turn off ellipsizing.
56165616
*
56175617
* @attr ref android.R.styleable#TextView_ellipsize

0 commit comments

Comments
 (0)