mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +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];
|
[self.collectionContext insertInSectionController:self atIndexes:inserts];
|
||||||
|
|
||||||
NSIndexSet *deletes = [NSIndexSet indexSetWithIndex:0];
|
NSIndexSet *deletes = [NSIndexSet indexSetWithIndex:0];
|
||||||
[self.collectionContext deleteInSectionController:self deletes];
|
[self.collectionContext deleteInSectionController:self atIndexes:deletes];
|
||||||
} completion:nil];
|
} completion:nil];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue