Skip to content

Commit d3ca277

Browse files
authored
Update README.md
1 parent 0c1c709 commit d3ca277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ final MyCodeAdapter adapter = new MyCodeAdapter(this, getString(R.string.listing
154154
codeView.setAdapter(diffsAdapter);
155155
```
156156
<br>
157-
5. Init footer entities to provide mapper from your view to model:
157+
5. Init footer entities to provide mapper from your model to view:
158158
```java
159159
// it will add an addition diff to code line
160160
adapter.addFooterEntity(16, new MyModel(getString(R.string.py_addition_16), true));

0 commit comments

Comments
 (0)