Skip to content

Commit

Permalink
Minor comment adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Link- authored Dec 2, 2024
1 parent fb40492 commit c649df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cache/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function isFeatureAvailable(): boolean {
*
* @param paths a list of file paths to restore from the cache
* @param primaryKey an explicit key for restoring the cache. Lookup is done with prefix matching.
* @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 downloadOptions 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 Expand Up @@ -206,7 +206,7 @@ async function restoreCacheV1(
*
* @param paths a list of file paths to restore from the cache
* @param primaryKey an explicit key for restoring the cache. Lookup is done with prefix matching
* @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 downloadOptions 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 c649df4

Please sign in to comment.