mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-22 00:38:42 +00:00
Fix docs error
Summary: 😳 Closes https://github.com/Instagram/IGListKit/pull/301 Differential Revision: D4299155 Pulled By: rnystrom fbshipit-source-id: 2bac6824a4d76401cb9eb61a582a734464f9d694
This commit is contained in:
parent
80916636ec
commit
ec1a46cdca
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
[self.collectionContext insertInSectionController:self atIndexes:inserts];
|
||||
|
||||
NSIndexSet *deletes = [NSIndexSet indexSetWithIndex:0];
|
||||
[self.collectionContext deleteInSectionController:self deletes];
|
||||
[self.collectionContext deleteInSectionController:self atIndexes:deletes];
|
||||
} completion:nil];
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue