Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update rust/ql/lib/codeql/rust/elements/ComparisonOperation.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
geoffw0 and Copilot authored May 20, 2025
commit 0feade467dc40cb34828023a9eb85ac3ff97e8d7
2 changes: 1 addition & 1 deletion rust/ql/lib/codeql/rust/elements/ComparisonOperation.qll
Original file line number Diff line number Diff line change
Expand Up @@ -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() = ">=" }
Expand Down