We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b65eeb commit 0feade4Copy full SHA for 0feade4
rust/ql/lib/codeql/rust/elements/ComparisonOperation.qll
@@ -91,7 +91,7 @@ final class LessOrEqualOperation extends RelationalOperationImpl, BinaryExpr {
91
}
92
93
/**
94
- * The less than or equal comparison operation, `>=`.
+ * The greater than or equal comparison operation, `>=`.
95
*/
96
final class GreaterOrEqualOperation extends RelationalOperationImpl, BinaryExpr {
97
GreaterOrEqualOperation() { this.getOperatorName() = ">=" }
0 commit comments