diff options
-rw-r--r-- | core/java/android/widget/AbsListView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/widget/AbsListView.java b/core/java/android/widget/AbsListView.java index 91e2f7d4ddd0..bb4f0a46728d 100644 --- a/core/java/android/widget/AbsListView.java +++ b/core/java/android/widget/AbsListView.java @@ -88,7 +88,7 @@ import java.util.List; /** * Base class that can be used to implement virtualized lists of items. A list does - * not have a spatial definition here. For instance, subclases of this class can + * not have a spatial definition here. For instance, subclasses of this class can * display the content of the list in a grid, in a carousel, as stack, etc. * * @attr ref android.R.styleable#AbsListView_listSelector |