mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update rust/ql/lib/codeql/rust/elements/ComparisonOperation.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -91,7 +91,7 @@ final class LessOrEqualOperation extends RelationalOperationImpl, BinaryExpr {
|
||||
}
|
||||
|
||||
/**
|
||||
* The less than or equal comparison operation, `>=`.
|
||||
* The greater than or equal comparison operation, `>=`.
|
||||
*/
|
||||
final class GreaterOrEqualOperation extends RelationalOperationImpl, BinaryExpr {
|
||||
GreaterOrEqualOperation() { this.getOperatorName() = ">=" }
|
||||
|
||||
Reference in New Issue
Block a user