Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72bb7c9

Browse files
author
Robert Marsh
committed
C++: remove double backtick in qldoc
1 parent 0d9e209 commit 72bb7c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/rangeanalysis/SignAnalysis.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private predicate unknownSign(Instruction i) {
207207
}
208208

209209
/**
210-
* Holds if `lowerbound` is a lower bound for `bounded``. This is restricted
210+
* Holds if `lowerbound` is a lower bound for `bounded`. This is restricted
211211
* to only include bounds for which we might determine a sign.
212212
*/
213213
private predicate lowerBound(IRGuardCondition comp, Operand lowerbound, Operand bounded, boolean isStrict) {

0 commit comments

Comments
 (0)