From efa030cb479d7860316b160dbaec1c668147fd5a Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Fri, 8 Dec 2017 11:46:07 +0800 Subject: [PATCH] Update the comments for that SDWebImageInternalSetImageGroupKey key --- SDWebImage/UIView+WebCache.h | 2 +- SDWebImage/UIView+WebCache.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SDWebImage/UIView+WebCache.h b/SDWebImage/UIView+WebCache.h index 7ab4e77c..0abf8617 100644 --- a/SDWebImage/UIView+WebCache.h +++ b/SDWebImage/UIView+WebCache.h @@ -13,7 +13,7 @@ #import "SDWebImageManager.h" /** - A Dispatch group to maintain setImageBlock and completionBlock. This key should only be used internal and may be changed in the future. (dispatch_group_t) + A Dispatch group to maintain setImageBlock and completionBlock. This key should be used only internally and may be changed in the future. (dispatch_group_t) */ FOUNDATION_EXPORT NSString * _Nonnull const SDWebImageInternalSetImageGroupKey; diff --git a/SDWebImage/UIView+WebCache.m b/SDWebImage/UIView+WebCache.m index fa09cfbd..12d9b425 100644 --- a/SDWebImage/UIView+WebCache.m +++ b/SDWebImage/UIView+WebCache.m @@ -13,7 +13,7 @@ #import "objc/runtime.h" #import "UIView+WebCacheOperation.h" -NSString * const SDWebImageInternalSetImageGroupKey = @"setImageGroup"; +NSString * const SDWebImageInternalSetImageGroupKey = @"internalSetImageGroup"; static char imageURLKey;