Skip to content

Commit 9fdeb4e

Browse files
committed
Fix typo
1 parent b4de9df commit 9fdeb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-completion/src/context/analysis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ fn is_in_block(node: &SyntaxNode) -> bool {
19071907
.unwrap_or(false)
19081908
}
19091909

1910-
/// Similar to `has_parens`, heuristic sensing incomplete statement before ambigiguous `Expr`
1910+
/// Similar to `has_parens`, heuristic sensing incomplete statement before ambiguous `Expr`
19111911
///
19121912
/// Heuristic:
19131913
///

0 commit comments

Comments
 (0)