From 0abb8013afe3005e0738951d6b3f1477c79d0c10 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 11 Jun 2014 11:52:06 +0300 Subject: [PATCH] Fixed #384 (documentation wrognly stated a return type was NSOperation) --- SDWebImage/SDWebImageManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDWebImage/SDWebImageManager.h b/SDWebImage/SDWebImageManager.h index 819dc1544..68a27476e 100644 --- a/SDWebImage/SDWebImageManager.h +++ b/SDWebImage/SDWebImageManager.h @@ -186,7 +186,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 )downloadWithURL:(NSURL *)url options:(SDWebImageOptions)options