Skip to content

Commit 0e5fa1b

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 470321e commit 0e5fa1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ class Node extends TIRDataFlowNode {
375375
/**
376376
* Gets the definition associated with this node, if this node is a certain definition.
377377
*
378-
* See `Node.asDefinition` for a description of certain and uncertain definitions.
378+
* See `Node.asDefinition/1` for a description of certain and uncertain definitions.
379379
*/
380380
Expr asCertainDefinition() { result = this.asDefinition(false) }
381381

0 commit comments

Comments
 (0)