summaryrefslogtreecommitdiff
path: root/cli/deno_dir.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/deno_dir.rs')
-rw-r--r--cli/deno_dir.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/deno_dir.rs b/cli/deno_dir.rs
index 8ca705691..303ad2c11 100644
--- a/cli/deno_dir.rs
+++ b/cli/deno_dir.rs
@@ -58,7 +58,7 @@ impl DenoDir {
self.root.join("lint_incremental_cache_v1")
}
- /// Path for the incremental cache used for linting.
+ /// Path for the cache used for type checking.
pub fn type_checking_cache_db_file_path(&self) -> PathBuf {
// bump this version name to invalidate the entire cache
self.root.join("check_cache_v1")