mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +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
Notes:
sideshowbarker
2024-07-17 23:23:13 +09:00
Author: https://github.com/bgianfo
Commit: a225b26d88
Pull-request: https://github.com/SerenityOS/serenity/pull/11124
Reviewed-by: https://github.com/itamar8910 ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
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