From 96990ab9e72286011bc761214f150989b3c97e3b Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Sun, 11 Mar 2018 19:12:03 +0800 Subject: [PATCH] Update the comments for `operationClass` --- SDWebImage/SDWebImageDownloader.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SDWebImage/SDWebImageDownloader.h b/SDWebImage/SDWebImageDownloader.h index 2dc841a7..a2cbb2a4 100644 --- a/SDWebImage/SDWebImageDownloader.h +++ b/SDWebImage/SDWebImageDownloader.h @@ -144,8 +144,7 @@ typedef SDHTTPHeadersDictionary * _Nullable (^SDWebImageDownloaderHeadersFilterB * `NSOperation` to be used each time SDWebImage constructs a request * operation to download an image. * - * @param operationClass The subclass of `SDWebImageDownloaderOperation` to set - * as default. Passing `nil` will revert to `SDWebImageDownloaderOperation`. + * @note Passing `NSOperation` to set as default. Passing `nil` will revert to `SDWebImageDownloaderOperation`. */ @property (assign, nonatomic, nullable) Class operationClass;