Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Gross <joshmgross@github.com>
  • Loading branch information
Link- and joshmgross authored Dec 2, 2024
1 parent b24632b commit 3f7df8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cache/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export async function restoreCache(
*
* @param paths a list of file paths to restore from the cache
* @param primaryKey an explicit key for restoring the cache
* @param restoreKeys an optional ordered list of keys to use for restoring the cache if no cache hit occurred for key
* @param restoreKeys an optional ordered list of keys to use for restoring the cache if no cache hit occurred for primaryKey
* @param options cache download options
* @param enableCrossOsArchive an optional boolean enabled to restore on Windows any cache created on any platform
* @returns string returns the key for the cache hit, otherwise returns undefined
Expand Down

0 comments on commit 3f7df8e

Please sign in to comment.