mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
LibCpp: Fix copy paste typo in Parser::match_secondary_expression
This was caught by SonarCloud.
This commit is contained in:
parent
61e4c09514
commit
a225b26d88
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ bool Parser::match_secondary_expression()
|
|||
|| type == Token::Type::PercentEquals
|
||||
|| type == Token::Type::Equals
|
||||
|| type == Token::Type::Greater
|
||||
|| type == Token::Type::Greater
|
||||
|| type == Token::Type::GreaterEquals
|
||||
|| type == Token::Type::Less
|
||||
|| type == Token::Type::LessEquals
|
||||
|| type == Token::Type::Dot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue