Merge pull request #1486 from bestswifter/master

typo fix
This commit is contained in:
Bogdan Poplauschi 2016-03-27 18:54:37 +03:00
commit 0da78a4ce6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ typedef NS_OPTIONS(NSUInteger, SDWebImageDownloaderOptions) {
SDWebImageDownloaderProgressiveDownload = 1 << 1,
/**
* By default, request prevent the of NSURLCache. With this flag, NSURLCache
* By default, request prevent the use of NSURLCache. With this flag, NSURLCache
* is used with default policies.
*/
SDWebImageDownloaderUseNSURLCache = 1 << 2,