mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
Fix typo: experiements > experiments.
Summary: Issue fixed: #773 - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/776 Differential Revision: D5129343 Pulled By: rnystrom fbshipit-source-id: 127126545f246e5431636642f203c8150b6a547b
This commit is contained in:
parent
49f1d3e653
commit
98218cab58
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
*/
|
||||
NS_SWIFT_NAME(ListExperiment)
|
||||
typedef NS_OPTIONS (NSInteger, IGListExperiment) {
|
||||
/// Specifies no experiements.
|
||||
/// Specifies no experiments.
|
||||
IGListExperimentNone = 1 << 1,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue