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:
Jesse Squires 2016-12-08 07:01:14 -08:00 committed by Facebook Github Bot
parent 80916636ec
commit ec1a46cdca

View file

@ -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];
```