core/lib/Drupal/Core/Cache/CacheContexts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Drupal/Core/Cache/CacheContexts.php b/core/lib/Drupal/Core/Cache/CacheContexts.php index 3054298..781f24a 100644 --- a/core/lib/Drupal/Core/Cache/CacheContexts.php +++ b/core/lib/Drupal/Core/Cache/CacheContexts.php @@ -122,8 +122,8 @@ public function convertTokensToKeys(array $context_tokens) { * Optimizes cache context tokens (the minimal representative subset). * * A minimal representative subset means that any cache context token in the - * given set of cache context tokens that is a more granular context of - * another cache context token in the set, is removed. + * given set of cache context tokens that is a property of another cache + * context cache context token in the set, is removed. * * Hence a minimal representative subset is the most compact representation * possible of a set of cache context tokens, that still captures the entire