diff options
author | 2018-03-20 20:11:31 -0700 | |
---|---|---|
committer | 2018-03-20 20:42:59 -0700 | |
commit | 60b06bd217a92279c89ae2743285c7e3cfaeb5af (patch) | |
tree | 35308e104cccf4b617f73db9f1d5ff67f7f60207 | |
parent | 4dddc63ee7c09f5ef243591700502160c08dc337 (diff) |
docs: fixing typo in reference document
Test: make ds-docs
Bug: 36998786
Change-Id: I7b0f5623eec608436eacd5d27d63a3f6b41cc419
-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 |