From 4245973e246d634fb58bdf0e570b59d0f7340f86 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 11 Mar 2021 01:02:08 -0800 Subject: Fix spelling error --- crates/hir_def/src/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_def') diff --git a/crates/hir_def/src/diagnostics.rs b/crates/hir_def/src/diagnostics.rs index ac7474f63..7188bb299 100644 --- a/crates/hir_def/src/diagnostics.rs +++ b/crates/hir_def/src/diagnostics.rs @@ -97,7 +97,7 @@ impl Diagnostic for UnresolvedImport { // Diagnostic: unresolved-macro-call // -// This diagnostic is triggered if rust-analyzer is unable to resolove path to a +// This diagnostic is triggered if rust-analyzer is unable to resolve the path to a // macro in a macro invocation. #[derive(Debug)] pub struct UnresolvedMacroCall { -- cgit v1.2.3