mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix comment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user