Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Milly committed Jun 20, 2022
1 parent d22b1fa commit 4d97fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/format-results-cache.js
Expand Up @@ -40,7 +40,7 @@ function getMetadataFromFileDescriptor(fileDescriptor) {

class FormatResultsCache {
/**
* @param {string} cacheFileLocation The path of cache file location. (default: `node_modules/.cache/prettier/prettier-cache`)
* @param {string} cacheFileLocation The path of cache file location. (default: `node_modules/.cache/prettier/.prettier-cache`)
* @param {string} cacheStrategy
*/
constructor(cacheFileLocation, cacheStrategy) {
Expand Down

0 comments on commit 4d97fb7

Please sign in to comment.