Fixes typo in SDImageCacheConfig maxDiskAge info

This commit is contained in:
Mateusz Matrejek 2019-04-23 21:49:50 +02:00
parent 6ccf10412b
commit df2af72f79
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;