From f82ce34019f7ca2309c64cdc2cc7f86889219f37 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 2 Dec 2024 21:50:04 -0800 Subject: [PATCH] Fix comment. --- RSWeb/Sources/RSWeb/CacheControlInfo.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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