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. */