Skip to content

Commit 1f31915

Browse files
author
BB9z
committed
Fix a mismatch description.
1 parent 124a87b commit 1f31915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SDWebImage/SDWebImageManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ typedef void(^SDWebImageCompletedWithFinishedBlock)(UIImage *image, NSError *err
138138
* This block as no return value and takes the requested UIImage as first parameter.
139139
* In case of error the image parameter is nil and the second parameter may contain an NSError.
140140
*
141-
* The third parameter is a Boolean indicating if the image was retrived from the local cache
142-
* of from the network.
141+
* The third parameter is an `SDImageCacheType` enum indicating if the image was retrived from
142+
* the local cache or from the memory cache or from the network.
143143
*
144144
* The last parameter is set to NO when the SDWebImageProgressiveDownload option is used and
145145
* the image is downloading. This block is thus called repetidly with a partial image. When

0 commit comments

Comments
 (0)