Skip to content

Commit b3895a5

Browse files
author
Olivier Poitrey
committed
Merge pull request SDWebImage#446 from tissak/master
Tiny Doc fix
2 parents 4246846 + b54f530 commit b3895a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ It's also possible to use the async image downloader independently:
114114
{
115115
// progression tracking code
116116
}
117-
completed:^(UIImage *image, NSError *error, BOOL finished)
117+
completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished)
118118
{
119119
if (image && finished)
120120
{

0 commit comments

Comments
 (0)