Merge pull request #2699 from matrejek/feature/config_typo

Fixes typo in SDImageCacheConfig maxDiskAge info
This commit is contained in:
Bogdan Poplauschi 2019-04-23 17:10:30 -05:00 committed by GitHub
commit 8712f8d0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ typedef NS_ENUM(NSUInteger, SDImageCacheConfigExpireType) {
* The maximum length of time to keep an image in the disk cache, in seconds.
* Setting this to a negative value means no expiring.
* Setting this to zero means that all cached files would be removed when do expiration check.
* Defaults to 1 weak.
* Defaults to 1 week.
*/
@property (assign, nonatomic) NSTimeInterval maxDiskAge;