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

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2026-04-29 10:55:02 +01:00
committed by GitHub
parent dfd85c321c
commit 96d6ee61ff

View File

@@ -311,7 +311,7 @@ predicate isOperationSourceCandidate(Expr e) {
}
/**
* The set of all expressions which is a candidate expression.
* The set of all expressions that are candidate expression.
* ```
* a = something <<< 2;
* myDate.year = a + 1; // invalid