Skip to content

Commit cda04d2

Browse files
committed
Fix typo
1 parent 5f30dd6 commit cda04d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_ide/src/hover.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ pub(crate) fn hover(db: &RootDatabase, position: FilePosition) -> Option<RangeIn
176176
let ty = match_ast! {
177177
match node {
178178
ast::MacroCall(_it) => {
179-
// if this node is a MACRO_CALL, it means that `descend_into_macros` is failed to resolve.
179+
// If this node is a MACRO_CALL, it means that `descend_into_macros` failed to resolve.
180180
// (e.g expanding a builtin macro). So we give up here.
181181
return None;
182182
},

0 commit comments

Comments
 (0)