Skip to content

Commit 439488e

Browse files
authored
Merge pull request rust-lang#20907 from lnicola/fix-typo
minor: Fix typo
2 parents b37696d + 4e3fe6d commit 439488e

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/ide-completion/src/context

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/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)