Skip to content

Commit cb1ca4c

Browse files
hvitvedgeoffw0
andauthored
Update rust/ql/lib/codeql/rust/controlflow/internal/Completion.qll
Co-authored-by: Geoffrey White <[email protected]>
1 parent aa5e0c3 commit cb1ca4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/lib/codeql/rust/controlflow/internal/Completion.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ abstract class ConditionalCompletion extends NormalCompletion {
6262
abstract ConditionalCompletion getDual();
6363
}
6464

65-
/** Holds if node `n` has the Boolean constant value `value`. */
65+
/** Holds if node `le` has the Boolean constant value `value`. */
6666
private predicate isBooleanConstant(LiteralExpr le, Boolean value) {
6767
le.getTextValue() = value.toString()
6868
}

0 commit comments

Comments
 (0)