mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
Fix typo in collection context docs
Summary: Issue fixed: # - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/860 Differential Revision: D5442884 Pulled By: rnystrom fbshipit-source-id: d94832993279b2bae6f57e28fd2ef297bf00e291
This commit is contained in:
parent
6540f960e2
commit
7d33065b88
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
|
||||
/**
|
||||
The collection context provides limited access to the collection-related information that
|
||||
section controllers need for operations like sizing, dequeuing cells, insterting, deleting, reloading, etc.
|
||||
section controllers need for operations like sizing, dequeuing cells, inserting, deleting, reloading, etc.
|
||||
*/
|
||||
NS_SWIFT_NAME(ListCollectionContext)
|
||||
@protocol IGListCollectionContext <NSObject>
|
||||
|
|
|
|||
Loading…
Reference in a new issue