We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121d754 commit 98e670fCopy full SHA for 98e670f
cpp/ql/lib/semmle/code/cpp/rangeanalysis/new/internal/semantic/analysis/RangeAnalysisStage.qll
@@ -116,7 +116,7 @@ signature module LangSig<DeltaSig D> {
116
/** A reason for an inferred bound. */
117
class SemReason {
118
/**
119
- * Returns `this` if `reason` is not an `SemTypeReason`. Otherwise,
+ * Returns `this` if `reason` is not a `SemTypeReason`. Otherwise,
120
* this predicate returns `SemTypeReason`.
121
*
122
* This predicate ensures that we propagate `SemTypeReason` all the way
0 commit comments