Pārlūkot izejas kodu

Fixed #1415 documentation was not updated when `removeImageForKey:` became async

Bogdan Poplauschi 9 gadi atpakaļ
vecāks
revīzija
e6e5c51
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      SDWebImage/SDImageCache.h

+ 1 - 1
SDWebImage/SDImageCache.h

@@ -164,7 +164,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot
 - (UIImage *)imageFromDiskCacheForKey:(NSString *)key;
 
 /**
- * Remove the image from memory and disk cache synchronously
+ * Remove the image from memory and disk cache asynchronously
  *
  * @param key The unique image cache key
  */