diff --git a/crates/hir_def/src/diagnostics.rs b/crates/hir_def/src/diagnostics.rs index ac7474f63ff..7188bb299d2 100644 --- a/crates/hir_def/src/diagnostics.rs +++ b/crates/hir_def/src/diagnostics.rs @@ -97,7 +97,7 @@ fn is_experimental(&self) -> bool { // 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 {