Skip to content

Commit dfe6ed2

Browse files
bdrodesgeoffw0
andauthored
Update cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
1 parent c64a676 commit dfe6ed2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ class IgnorableExpr10MultipleComponent extends IgnorableOperation {
106106
}
107107

108108
/**
109-
* An operation involving a sub expression with char literal 48, ignore as a likely string conversion
110-
* e.g., X - '0'
109+
* An operation involving a sub expression with char literal `48`, ignore as a likely string conversion. For example: `X - '0'`
111110
*/
112111
class IgnorableExpr48Mapping extends IgnorableOperation {
113112
IgnorableExpr48Mapping() {

0 commit comments

Comments
 (0)