Fixed #384 (documentation wrognly stated a return type was NSOperation)

This commit is contained in:
Bogdan Poplauschi 2014-06-11 11:52:06 +03:00
parent 12ee2d114b
commit 5b59677437
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
* downloading. This block is thus called repetidly with a partial image. When image is fully downloaded, the
* block is called a last time with the full image and the last parameter set to YES.
*
* @return Returns a cancellable NSOperation
* @return Returns an NSObject conforming to SDWebImageOperation. Should be an instance of SDWebImageDownloaderOperation
*/
- (id <SDWebImageOperation>)downloadWithURL:(NSURL *)url
options:(SDWebImageOptions)options