diff --git a/Source/Internal/IGListAdapterProxy.h b/Source/Internal/IGListAdapterProxy.h index f43c763a..e8f2e012 100644 --- a/Source/Internal/IGListAdapterProxy.h +++ b/Source/Internal/IGListAdapterProxy.h @@ -25,8 +25,8 @@ IGLK_SUBCLASSING_RESTRICTED /** Create a new proxy object with targets and interceptor. - @param collectionViewTarget A UICollectionViewDelegate conforming object that receives unintercepted messages. - @param scrollViewTarget A UIScrollViewDelegate conforming object that receives unintercepted messages. + @param collectionViewTarget A UICollectionViewDelegate conforming object that receives non-intercepted messages. + @param scrollViewTarget A UIScrollViewDelegate conforming object that receives non-intercepted messages. @param interceptor An IGListAdapter object that intercepts a set of messages. @return A new IGListAdapterProxy object.