Skip to content

Commit 0feade4

Browse files
geoffw0Copilot
andauthored
Update rust/ql/lib/codeql/rust/elements/ComparisonOperation.qll
Co-authored-by: Copilot <[email protected]>
1 parent 2b65eeb commit 0feade4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/elements/ComparisonOperation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ final class LessOrEqualOperation extends RelationalOperationImpl, BinaryExpr {
9191
}
9292

9393
/**
94-
* The less than or equal comparison operation, `>=`.
94+
* The greater than or equal comparison operation, `>=`.
9595
*/
9696
final class GreaterOrEqualOperation extends RelationalOperationImpl, BinaryExpr {
9797
GreaterOrEqualOperation() { this.getOperatorName() = ">=" }

0 commit comments

Comments
 (0)