Browse Source

Update Sources/Cache/Storage.swift

Co-Authored-By: Wei Wang <onevcat@gmail.com>
Dominique Stranz 6 years ago
parent
commit
215f90ec1b
1 changed files with 1 additions and 1 deletions
  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.
 /// - 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.
 /// - 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 {
 public enum ExpirationExtending {
     /// The item expires after the original time, without extending after access.
     /// The item expires after the original time, without extending after access.
     case none
     case none