Skip to content

Commit 46e03b4

Browse files
committed
Fix JSDoc param name
1 parent 2680455 commit 46e03b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dependency-caching.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ export async function uploadDependencyCaches(
424424
* @param codeql The CodeQL instance to use.
425425
* @param features Information about which FFs are enabled.
426426
* @param language The language being analyzed.
427-
* @param cacheConfig The cache configuration for the language.
427+
* @param patterns The file patterns to hash.
428+
*
428429
* @returns A cache key capturing information about the project(s) being analyzed in the specified language.
429430
*/
430431
async function cacheKey(

0 commit comments

Comments
 (0)