luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Javadoc fixed for notifyItemRangeChangedInSection #67

Closed yccheok closed 7 years ago

yccheok commented 7 years ago

Fix javadoc for notifyItemRangeChangedInSection

Change @param itemCount number of items inserted in the section to @param itemCount number of items changed in the section