Explorar o código

Update Sources/Cache/Storage.swift

Co-Authored-By: Wei Wang <onevcat@gmail.com>
Dominique Stranz %!s(int64=6) %!d(string=hai) anos
pai
achega
215f90ec1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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