Răsfoiți Sursa

Merge pull request #1927 from SunsetWan/hotfix/fix-typo

fix: remove redundant word 'disk'
Wei Wang 3 ani în urmă
părinte
comite
466e72c13b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Sources/Cache/ImageCache.swift

+ 1 - 1
Sources/Cache/ImageCache.swift

@@ -133,7 +133,7 @@ public enum ImageCacheResult {
 }
 }
 
 
 /// Represents a hybrid caching system which is composed by a `MemoryStorage.Backend` and a `DiskStorage.Backend`.
 /// Represents a hybrid caching system which is composed by a `MemoryStorage.Backend` and a `DiskStorage.Backend`.
-/// `ImageCache` is a high level abstract for storing an image as well as its data to disk memory and disk, and
+/// `ImageCache` is a high level abstract for storing an image as well as its data to memory and disk, and
 /// retrieving them back.
 /// retrieving them back.
 ///
 ///
 /// While a default image cache object will be used if you prefer the extension methods of Kingfisher, you can create
 /// While a default image cache object will be used if you prefer the extension methods of Kingfisher, you can create