Explorar el Código

Merge pull request #1252 from bguidolim/patch-1

Update KingfisherOptionsInfo.swift
Wei Wang hace 6 años
padre
commit
68f5e9ca21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)