Skip to content

Commit d23961a

Browse files
authored
Fixed a typo
1 parent fb78718 commit d23961a

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
@@ -9,7 +9,7 @@ Table and Collection view data sources
99
- the algorithm has the assumption that all sections and items are unique so there is no ambiguity
1010
- in case there is ambiguity, fallbacks automagically on non animated refresh
1111
- [x] it applies additional heuristics to send the least number of commands to sectioned view
12-
- even though the running time is linear, preferred number of sent commands is usually a lot less then linear
12+
- even though the running time is linear, preferred number of sent commands is usually a lot less than linear
1313
- it is preferred (and possible) to cap the number of changes to some small number, and in case the number of changes grows towards linear, just do normal reload
1414
- [x] Supports **extending your item and section structures**
1515
- just extend your item with `IdentifiableType` and `Equatable`, and your section with `AnimatableSectionModelType`

0 commit comments

Comments
 (0)