Kaynağa Gözat

Modify missing comment in `cleanExpiredMemoryCache`

이병찬 5 yıl önce
ebeveyn
işleme
4046075223
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Sources/Cache/ImageCache.swift

+ 1 - 1
Sources/Cache/ImageCache.swift

@@ -623,7 +623,7 @@ open class ImageCache {
         cleanExpiredDiskCache(completion: handler)
     }
 
-    /// Clears the expired images from disk storage. This is an async operation.
+    /// Clears the expired images from disk storage.
     open func cleanExpiredMemoryCache() {
         memoryStorage.removeExpired()
     }