mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Fix typo: comparision -> comparison
This commit is contained in:
parent
3f1a220f32
commit
1c75d8975c
4 changed files with 5 additions and 5 deletions
|
@ -222,7 +222,7 @@ pub(super) fn element(
|
|||
T![>] | T![<] | T![==] | T![>=] | T![<=] | T![!=]
|
||||
if element.parent().and_then(ast::BinExpr::cast).is_some() =>
|
||||
{
|
||||
HlTag::Operator(HlOperator::Comparision).into()
|
||||
HlTag::Operator(HlOperator::Comparison).into()
|
||||
}
|
||||
_ if element.parent().and_then(ast::BinExpr::cast).is_some() => {
|
||||
HlTag::Operator(HlOperator::Other).into()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue