Skip to content

Commit

Permalink
Merge pull request #1 from madison-allen/firstIssueBranch
Browse files Browse the repository at this point in the history
Fixed typo in RycyclerToListViewScrollListener.java javadoc
  • Loading branch information
madison-allen authored Sep 12, 2021
2 parents e7fe3e3 + c0dc37e commit 286cb0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Converts {@link androidx.recyclerview.widget.RecyclerView.OnScrollListener} events to {@link
* AbsListView} scroll events.
*
* <p>Requires that the the recycler view be using a {@link LinearLayoutManager} subclass.
* <p>Requires that the recycler view be using a {@link LinearLayoutManager} subclass.
*/
// Public API.
@SuppressWarnings("WeakerAccess")
Expand Down

0 comments on commit 286cb0f

Please sign in to comment.