diff --git a/crates/hir_def/src/diagnostics.rs b/crates/hir_def/src/diagnostics.rs index ac7474f63ffa..7188bb299d2b 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 {