From e343bdfb420de28d5bd8b365c8c14fb38c7901e5 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Tue, 6 Nov 2012 18:32:15 +0100 Subject: [PATCH] Add details on `finished` parameter --- SDWebImage/SDWebImageDownloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/SDWebImageDownloader.h b/SDWebImage/SDWebImageDownloader.h index e36494a..5e1a8bd 100644 --- a/SDWebImage/SDWebImageDownloader.h +++ b/SDWebImage/SDWebImageDownloader.h @@ -48,7 +48,7 @@ typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage *image, NSError *error * SDWebImageDownloaderProgressiveDownload option, this block is called * repeatedly with the partial image object and the finished argument set to NO * before to be called a last time with the full image and finished argument - * set to YES. + * set to YES. In case of error, the finished argument is always YES. * * @return A cancellable SDWebImageOperation */