From 6e00787eb78c3b51d31186006f795f8a94d18b5d Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Mon, 23 Jan 2017 11:13:21 -0800 Subject: [PATCH] Summary: Differential Revision: D4450244 Pulled By: jessesquires fbshipit-source-id: 05145178606bea3aeab8d1855e21eff459111134 --- Source/IGListSectionController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/IGListSectionController.h b/Source/IGListSectionController.h index 68d99a92..99b95275 100644 --- a/Source/IGListSectionController.h +++ b/Source/IGListSectionController.h @@ -96,9 +96,9 @@ @property (nonatomic, weak, nullable) id workingRangeDelegate; /** - An object that handles display events for the section controller. Can be `nil`. + An object that handles scroll events for the section controller. Can be `nil`. - @return An object that conforms to `IGListDisplayDelegate` or `nil`. + @return An object that conforms to `IGListScrollDelegate` or `nil`. @note You may wish to return `self` if your section controller implements this protocol. */