Fix documentation param name mismatch

This commit is contained in:
Erik Charlebois 2013-12-16 14:45:30 -05:00
parent f8d26f5172
commit 00918d0908
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ typedef enum SDImageCacheType SDImageCacheType;
*
* @param image The image to store
* @param recalculate BOOL indicates if imageData can be used or a new data should be constructed from the UIImage
* @param data The image data as returned by the server, this representation will be used for disk storage
* @param imageData The image data as returned by the server, this representation will be used for disk storage
* instead of converting the given image object into a storable/compressed image format in order
* to save quality and CPU
* @param key The unique image cache key, usually it's image absolute URL