Skip to content

Commit 00918d0

Browse files
Fix documentation param name mismatch
1 parent f8d26f5 commit 00918d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDWebImage/SDImageCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ typedef enum SDImageCacheType SDImageCacheType;
9191
*
9292
* @param image The image to store
9393
* @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
94+
* @param imageData The image data as returned by the server, this representation will be used for disk storage
9595
* instead of converting the given image object into a storable/compressed image format in order
9696
* to save quality and CPU
9797
* @param key The unique image cache key, usually it's image absolute URL

0 commit comments

Comments
 (0)