Skip to content

Commit 96d6ee6

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent dfd85c3 commit 96d6ee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ predicate isOperationSourceCandidate(Expr e) {
311311
}
312312

313313
/**
314-
* The set of all expressions which is a candidate expression.
314+
* The set of all expressions that are candidate expression.
315315
* ```
316316
* a = something <<< 2;
317317
* myDate.year = a + 1; // invalid

0 commit comments

Comments
 (0)