diff --git a/RSWeb/Sources/RSWeb/CacheControlInfo.swift b/RSWeb/Sources/RSWeb/CacheControlInfo.swift index e77dd39ff..d6de46d38 100644 --- a/RSWeb/Sources/RSWeb/CacheControlInfo.swift +++ b/RSWeb/Sources/RSWeb/CacheControlInfo.swift @@ -9,7 +9,7 @@ import Foundation /// Basic Cache-Control handling — just the part we need, /// which is to know when we got the response (dateCreated) -/// and when we can ask again (isExpired, dateExpired). +/// and when we can ask again (canResume). public struct CacheControlInfo: Codable, Equatable { let dateCreated: Date