Fix a mismatch description.

This commit is contained in:
BB9z 2013-05-27 18:03:57 +08:00
parent 124a87b85f
commit 1f31915e59
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *err
* This block as no return value and takes the requested UIImage as first parameter. * This block as no return value and takes the requested UIImage as first parameter.
* In case of error the image parameter is nil and the second parameter may contain an NSError. * In case of error the image parameter is nil and the second parameter may contain an NSError.
* *
* The third parameter is a Boolean indicating if the image was retrived from the local cache * The third parameter is an `SDImageCacheType` enum indicating if the image was retrived from
* of from the network. * the local cache or from the memory cache or from the network.
* *
* The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and * The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and
* the image is downloading. This block is thus called repetidly with a partial image. When * the image is downloading. This block is thus called repetidly with a partial image. When