Fix spelling error

This commit is contained in:
Brandon 2021-03-11 01:02:08 -08:00
parent 610eba3320
commit 4245973e24

View File

@ -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 {