Merge pull request #2301 from plokijuhhb/plokijuhhb-patch-2

Fix function storeImageDataToDisk description
This commit is contained in:
Bogdan Poplauschi 2018-04-24 16:05:57 +03:00 committed by GitHub
commit bfa9670c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ typedef void(^SDWebImageCalculateSizeBlock)(NSUInteger fileCount, NSUInteger tot
/**
* Synchronously store image NSData into disk cache at the given key.
*
* @warning This method is synchronous, make sure to call it from the ioQueue
* @warning This method is synchronous, make sure not to call it from the ioQueue
*
* @param imageData The image data to store
* @param key The unique image cache key, usually it's image absolute URL