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