From 1b500e407fe7f43a2588460fcde8a90cbb1007e8 Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Mon, 26 Oct 2015 08:37:17 +0200 Subject: [PATCH] Fix comment in ASTableView --- AsyncDisplayKit/ASTableView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit/ASTableView.mm b/AsyncDisplayKit/ASTableView.mm index 2433553d08..9dded57ba4 100644 --- a/AsyncDisplayKit/ASTableView.mm +++ b/AsyncDisplayKit/ASTableView.mm @@ -417,7 +417,7 @@ void ASPerformBlockWithoutAnimation(BOOL withoutAnimation, void (^block)()) { } } - // To ensure _maxWidthForNodesConstrainedSize is up-to-date for every usage, this call to super must be done last + // To ensure _nodesConstrainedWidth is up-to-date for every usage, this call to super must be done last [super layoutSubviews]; }