From 8554fec55f480240eaa8c394f161646102302fd3 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sat, 13 Jan 2018 15:37:58 +0800 Subject: [PATCH] Update the comments --- SDWebImage/SDImageCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/SDImageCache.h b/SDWebImage/SDImageCache.h index cdd5e759..88b4608a 100644 --- a/SDWebImage/SDImageCache.h +++ b/SDWebImage/SDImageCache.h @@ -178,7 +178,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot - (nullable NSOperation *)queryCacheOperationForKey:(nullable NSString *)key done:(nullable SDCacheQueryCompletedBlock)doneBlock; /** - * Asynchronously queries the cache with operation and call the completion when done. + * Operation that queries the cache asynchronously and call the completion when done. * * @param key The unique key used to store the wanted image * @param options A mask to specify options to use for this cache query