Committed by
GitHub
Merge pull request #2301 from plokijuhhb/plokijuhhb-patch-2
Fix function storeImageDataToDisk description
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -154,7 +154,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot | @@ -154,7 +154,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot | ||
154 | /** | 154 | /** |
155 | * Synchronously store image NSData into disk cache at the given key. | 155 | * Synchronously store image NSData into disk cache at the given key. |
156 | * | 156 | * |
157 | - * @warning This method is synchronous, make sure to call it from the ioQueue | 157 | + * @warning This method is synchronous, make sure not to call it from the ioQueue |
158 | * | 158 | * |
159 | * @param imageData The image data to store | 159 | * @param imageData The image data to store |
160 | * @param key The unique image cache key, usually it's image absolute URL | 160 | * @param key The unique image cache key, usually it's image absolute URL |
-
Please register or login to post a comment