diff options
Diffstat (limited to 'cli/cache')
-rw-r--r-- | cli/cache/http_cache/local.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cache/http_cache/local.rs b/cli/cache/http_cache/local.rs index e7077800c..04883b3ba 100644 --- a/cli/cache/http_cache/local.rs +++ b/cli/cache/http_cache/local.rs @@ -28,7 +28,7 @@ use super::CachedUrlMetadata; use super::HttpCache; use super::HttpCacheItemKey; -/// A deno_modules http cache for the lsp that provides functionality +/// A vendor/ folder http cache for the lsp that provides functionality /// for doing a reverse mapping. #[derive(Debug)] pub struct LocalLspHttpCache { |