Skip to content

Commit 7b380a1

Browse files
author
Wooseong Kim
committed
Fix typo in README.md
`RxTableViewSectionedAnimatedDataSource` is written twice. If you don't mean this, This isn't a necessary part :]
1 parent 7a5ae0b commit 7b380a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Observable.just(sections)
121121
### Animations
122122
To implement animations with RxDataSources, the same steps are required as with non-animated data, execept:
123123
- SectionOfCustomData needs to conform to `AnimatableSectionModelType`
124-
- dataSource needs to be an instance of `RxTableViewSectionedAnimatedDataSource` or `RxTableViewSectionedAnimatedDataSource`
124+
- dataSource needs to be an instance of `RxTableViewSectionedAnimatedDataSource` or `RxCollectionViewSectionedAnimatedDataSource`
125125

126126

127127
## Requirements

0 commit comments

Comments
 (0)