Fix comment

This commit is contained in:
Michael B. Gale
2025-09-23 11:56:50 +01:00
parent 249a3cbb5c
commit 3d7d7c978e

View File

@@ -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",