Skip to content

Commit b3072b9

Browse files
rdmarsh2Dave Bartolomeo
andauthored
Apply suggestions from code review
Co-authored-by: Dave Bartolomeo <[email protected]>
1 parent 362fbd1 commit b3072b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/PrintAST.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ class ParametersNode extends PrintASTNode, TParametersNode {
391391
override ASTNode getChild(int childIndex) { result.getAST() = func.getParameter(childIndex) }
392392

393393
/**
394-
* Gets the function for which this node represents the parameters.
394+
* Gets the `Function` for which this node represents the parameters.
395395
*/
396396
final Function getFunction() { result = func }
397397
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ newtype RelationStrictness =
1010
*/
1111
Strict() or
1212
/**
13-
* Represents that a relation is 'non-strict' (that is, a `<+` or `>+` relation)
13+
* Represents that a relation is 'non-strict' (that is, a `<=` or `>=` relation)
1414
*/
1515
Nonstrict()
1616

0 commit comments

Comments
 (0)