Просмотр исходного кода

Update KingfisherOptionsInfo.swift

Typo fix.
Bruno Guidolim 6 лет назад
Родитель
Сommit
c493a817a5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Sources/General/KingfisherOptionsInfo.swift

+ 1 - 1
Sources/General/KingfisherOptionsInfo.swift

@@ -208,7 +208,7 @@ public enum KingfisherOptionsInfoItem {
     /// To disable extending option at all add memoryCacheAccessExtendingExpiration(.none) to options.
     case memoryCacheAccessExtendingExpiration(ExpirationExtending)
     
-    /// The expiration setting for memory cache. By default, the underlying `DiskStorage.Backend` uses the
+    /// The expiration setting for disk cache. By default, the underlying `DiskStorage.Backend` uses the
     /// expiration in its config for all items. If set, the `DiskStorage.Backend` will use this associated
     /// value to overwrite the config setting for this caching item.
     case diskCacheExpiration(StorageExpiration)