Skip to content

Commit 3d7d7c9

Browse files
committed
Fix comment
1 parent 249a3cb commit 3d7d7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dependency-caching.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export async function downloadDependencyCaches(
181181
return status;
182182
}
183183

184-
/** Enumerates possible outcomes for cache hits. */
184+
/** Enumerates possible outcomes for storing caches. */
185185
export enum CacheStoreResult {
186186
/** We were unable to calculate a hash for the key. */
187187
NoHash = "no-hash",

0 commit comments

Comments
 (0)