Skip to content

Commit 87ce239

Browse files
dsn5ftleticiarossi
authored andcommitted
[Docs] Remove smart characters from doc comments
PiperOrigin-RevId: 494733732
1 parent 07354f9 commit 87ce239

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/java/com/google/android/material/internal/CollapsingTextHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public final class CollapsingTextHelper {
7575
// by using our own texture
7676
private static final boolean USE_SCALING_TEXTURE = Build.VERSION.SDK_INT < 18;
7777
private static final String TAG = "CollapsingTextHelper";
78-
private static final String ELLIPSIS_NORMAL = "\u2026"; // HORIZONTAL ELLIPSIS ()
78+
private static final String ELLIPSIS_NORMAL = "\u2026"; // HORIZONTAL ELLIPSIS (...)
7979

8080
private static final float FADE_MODE_THRESHOLD_FRACTION_RELATIVE = 0.5f;
8181

lib/java/com/google/android/material/tabs/TabLayout.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public class TabLayout extends HorizontalScrollView {
209209
/**
210210
* Scrollable tabs display a subset of tabs at any given moment, and can contain longer tab labels
211211
* and a larger number of tabs. They are best used for browsing contexts in touch interfaces when
212-
* users dont need to directly compare the tab labels.
212+
* users don't need to directly compare the tab labels.
213213
*
214214
* @see #setTabMode(int)
215215
* @see #getTabMode()
@@ -218,7 +218,7 @@ public class TabLayout extends HorizontalScrollView {
218218

219219
/**
220220
* Fixed tabs display all tabs concurrently and are best used with content that benefits from
221-
* quick pivots between tabs. The maximum number of tabs is limited by the views width. Fixed
221+
* quick pivots between tabs. The maximum number of tabs is limited by the view's width. Fixed
222222
* tabs have equal width, based on the widest tab label.
223223
*
224224
* @see #setTabMode(int)
@@ -1072,7 +1072,7 @@ public void removeAllTabs() {
10721072
* content that benefits from quick pivots between tabs.
10731073
* <li>{@link #MODE_SCROLLABLE}: Scrollable tabs display a subset of tabs at any given moment,
10741074
* and can contain longer tab labels and a larger number of tabs. They are best used for
1075-
* browsing contexts in touch interfaces when users dont need to directly compare the tab
1075+
* browsing contexts in touch interfaces when users don't need to directly compare the tab
10761076
* labels. This mode is commonly used with a {@link androidx.viewpager.widget.ViewPager}.
10771077
* </ul>
10781078
*

0 commit comments

Comments
 (0)