From 3d7d7c978ea51fe2ff068f73ebc7352be74cbcf7 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Tue, 23 Sep 2025 11:56:50 +0100 Subject: [PATCH] Fix comment --- src/dependency-caching.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dependency-caching.ts b/src/dependency-caching.ts index f5a2ada8f..819651670 100644 --- a/src/dependency-caching.ts +++ b/src/dependency-caching.ts @@ -181,7 +181,7 @@ export async function downloadDependencyCaches( return status; } -/** Enumerates possible outcomes for cache hits. */ +/** Enumerates possible outcomes for storing caches. */ export enum CacheStoreResult { /** We were unable to calculate a hash for the key. */ NoHash = "no-hash",