Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
meisam committed Oct 15, 2019
2 parents 55bae59 + 672aed1 commit 29fa91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Using Paginated RecyclerView is really simple.
...
@Override
public void onBindViewHolder(@NonNull ViewHolder holder, int position) {
getItem(position); //get item whit position
getItem(position); //get item with position
}
...
```
Expand Down

0 comments on commit 29fa91f

Please sign in to comment.