Skip to content

Commit

Permalink
fixed method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
randallli committed May 26, 2017
1 parent cc6a0b1 commit 9cc0050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/components/Resistor/examples/SeriesExample.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ - (void)viewDidLoad {

@implementation SeriesExample (CatalogByConvention)

+ (NSArray<NSString *> *)catalogBreadcrumbs {
+ (NSArray<NSArray<NSString *> *> *)catalogBreadcrumbs {
return @[ @[ @"Resistor", @"Series"], @[ @"Film", @"Series" ], @[@"Botany", @"Series"] ];
}

Expand Down

0 comments on commit 9cc0050

Please sign in to comment.