Merge pull request #444 from levi/patch-1

Fix typo in ASTableView
This commit is contained in:
appleguy 2015-05-13 22:55:24 -10:00
commit d3e4db2c5c

View File

@ -546,7 +546,7 @@ static BOOL _isInterceptedSelector(SEL sel)
}
}
- (NSUInteger)dataController:(ASDataController *)dataControllre rowsInSection:(NSUInteger)section
- (NSUInteger)dataController:(ASDataController *)dataController rowsInSection:(NSUInteger)section
{
return [_asyncDataSource tableView:self numberOfRowsInSection:section];
}