Skip to content

Commit

Permalink
V 3.1.0 pre
Browse files Browse the repository at this point in the history
  • Loading branch information
iTofu committed Apr 26, 2017
1 parent 0a40e53 commit 550598d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ In me the tiger sniffs the rose.
- (void)appendButtonWithTitle:(nullable NSString *)title atIndex:(NSUInteger)index;

// Append buttons at indexes with titles.
- (void)appendButtonsWithTitles:(NSArray<NSString *> *)titles atIndexex:(NSIndexSet *)indexes;
- (void)appendButtonsWithTitles:(NSArray<NSString *> *)titles atIndexes:(NSIndexSet *)indexes;

@end
```
Expand Down

0 comments on commit 550598d

Please sign in to comment.