We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d26f5 commit 00918d0Copy full SHA for 00918d0
SDWebImage/SDImageCache.h
@@ -91,7 +91,7 @@ typedef enum SDImageCacheType SDImageCacheType;
91
*
92
* @param image The image to store
93
* @param recalculate BOOL indicates if imageData can be used or a new data should be constructed from the UIImage
94
- * @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
95
* instead of converting the given image object into a storable/compressed image format in order
96
* to save quality and CPU
97
* @param key The unique image cache key, usually it's image absolute URL
0 commit comments