Fix typo: comparision -> comparison

This commit is contained in:
Adrian Stanciu
2021-04-19 18:44:38 +03:00
parent 3f1a220f32
commit 1c75d8975c
4 changed files with 5 additions and 5 deletions

View File

@@ -469,7 +469,7 @@ fn semantic_token_type_and_modifiers(
HlOperator::Bitwise => semantic_tokens::BITWISE,
HlOperator::Arithmetic => semantic_tokens::ARITHMETIC,
HlOperator::Logical => semantic_tokens::LOGICAL,
HlOperator::Comparision => semantic_tokens::COMPARISION,
HlOperator::Comparison => semantic_tokens::COMPARISON,
HlOperator::Other => semantic_tokens::OPERATOR,
},
HlTag::StringLiteral => lsp_types::SemanticTokenType::STRING,