From dfca3d153c8774ded0f309f62d9d80a6627fe42e Mon Sep 17 00:00:00 2001 From: Benjamin Chang Date: Mon, 26 Jun 2017 09:02:53 -0500 Subject: [PATCH] comments to reflect code #trival --- Source/ASTableNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/ASTableNode.h b/Source/ASTableNode.h index dec925465..59fb7183e 100644 --- a/Source/ASTableNode.h +++ b/Source/ASTableNode.h @@ -182,7 +182,7 @@ NS_ASSUME_NONNULL_BEGIN - (void)performBatchAnimated:(BOOL)animated updates:(nullable AS_NOESCAPE void (^)())updates completion:(nullable void (^)(BOOL finished))completion; /** - * Perform a batch of updates asynchronously, optionally disabling all animations in the batch. This method must be called from the main thread. + * Perform a batch of updates asynchronously with animations in the batch. This method must be called from the main thread. * The data source must be updated to reflect the changes before the update block completes. * * @param updates The block that performs the relevant insert, delete, reload, or move operations.