diff options
author | youngwendy <166624921+youngwendy@users.noreply.github.com> | 2024-04-12 22:33:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-12 08:33:43 -0600 |
commit | 84e198f0d0285077c228a2ea41e927103ec4119f (patch) | |
tree | 3743787699b5686cc16eabf29c1bc59a6ba55ffd /cli/lsp/documents.rs | |
parent | 650db71e35970af85a3f0a0ca89125088a372013 (diff) |
chore: remove repetitive words (#23341)
Signed-off-by: youngwendy <clonefetch@outlook.com>
Diffstat (limited to 'cli/lsp/documents.rs')
-rw-r--r-- | cli/lsp/documents.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/documents.rs b/cli/lsp/documents.rs index f342129b5..9ca2db316 100644 --- a/cli/lsp/documents.rs +++ b/cli/lsp/documents.rs @@ -304,7 +304,7 @@ impl Document { resolver: &dyn deno_graph::source::Resolver, npm_resolver: &dyn deno_graph::source::NpmResolver, ) -> Arc<Self> { - // we only ever do `Document::new` on on disk resources that are supposed to + // we only ever do `Document::new` on disk resources that are supposed to // be diagnosable, unlike `Document::open`, so it is safe to unconditionally // parse the module. let (maybe_parsed_source, maybe_module) = parse_and_analyze_module( |