Skip to content

Commit

Permalink
Fixed SDWebImage#384 (documentation wrognly stated a return type was …
Browse files Browse the repository at this point in the history
…NSOperation)
  • Loading branch information
bpoplauschi authored and devedup committed Sep 10, 2014
1 parent 7b95ae8 commit 0abb801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/SDWebImageManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <SDWebImageOperation>)downloadWithURL:(NSURL *)url
options:(SDWebImageOptions)options
Expand Down

0 comments on commit 0abb801

Please sign in to comment.