Skip to content

Commit 2105375

Browse files
authored
The one that got away.
1 parent 1b82237 commit 2105375

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ This extends RecyclerView.Adapter and exposes the following functions:
161161

162162
- Update a single item given the index
163163
```kotlin
164-
fun updatItem(timeline: T, position: Int)
164+
fun updateItem(timeline: T, position: Int)
165165
```
166166

167167
- Adds a list of items to the list

0 commit comments

Comments
 (0)