Skip to content

Commit c7553d5

Browse files
bdrodesropwareJB
andauthored
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql
Co-authored-by: Josh Brown <jb1@microsoft.com>
1 parent 606dfa7 commit c7553d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ predicate isControlledByMonthEqualityCheckNonFebruary(Expr e) {
501501
}
502502

503503
/**
504-
* From from a year field access to a time conversion function
504+
* Flow from a year field access to a time conversion function
505505
* that auto converts feb29 in non-leap year, or through a conversion function that doesn't
506506
* auto convert to a sanity check guard of the result for error conditions.
507507
*/

0 commit comments

Comments
 (0)