Przeglądaj źródła

Update Sources/Cache/Storage.swift

Co-Authored-By: Wei Wang <onevcat@gmail.com>
Dominique Stranz 6 lat temu
rodzic
commit
215f90ec1b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Sources/Cache/Storage.swift

+ 1 - 1
Sources/Cache/Storage.swift

@@ -85,7 +85,7 @@ public enum StorageExpiration {
 ///
 /// - none: The item expires after the original time, without extending after access.
 /// - cacheTime: The item expiration extends by the original cache time after each access.
-/// - expirationTime: The item expiration extends by the privided time after each access.
+/// - expirationTime: The item expiration extends by the provided time after each access.
 public enum ExpirationExtending {
     /// The item expires after the original time, without extending after access.
     case none