Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2026-02-12 10:10:11 -05:00
committed by GitHub
parent dfe6ed2171
commit b39732ba02

View File

@@ -207,7 +207,7 @@ class OperationAsArgToIgnorableFunction extends IgnorableOperation {
}
/**
* A Literal OP literal means the result is constant/known
* A binary operation on two literals means the result is constant/known
* and the operation is basically ignorable (it's not a real operation but
* probably one visual simplicity what it means).
*/