diff --git a/Response.php b/Response.php index 1e616453c..4e70b95e2 100644 --- a/Response.php +++ b/Response.php @@ -628,7 +628,7 @@ public function isImmutable(): bool } /** - * Returns true if the response must be revalidated by caches. + * Returns true if the response must be revalidated by shared caches once it has become stale. * * This method indicates that the response must not be served stale by a * cache in any circumstance without first revalidating with the origin.