Merge pull request #20907 from lnicola/fix-typo

minor: Fix typo
This commit is contained in:
Laurențiu Nicola 2025-10-24 14:23:52 +00:00 committed by GitHub
commit 439488e637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1907,7 +1907,7 @@ fn is_in_block(node: &SyntaxNode) -> bool {
.unwrap_or(false)
}
/// Similar to `has_parens`, heuristic sensing incomplete statement before ambigiguous `Expr`
/// Similar to `has_parens`, heuristic sensing incomplete statement before ambiguous `Expr`
///
/// Heuristic:
///