Fix typo in ASTableView

This commit is contained in:
Levi McCallum
2015-05-07 14:51:03 -07:00
parent f248dbddd1
commit 4619457a1e

View File

@@ -528,7 +528,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];
}