Skip to content

Commit 6f4e9ed

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 0e5fa1b commit 6f4e9ed

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
@@ -382,7 +382,7 @@ class Node extends TIRDataFlowNode {
382382
/**
383383
* Gets the definition associated with this node, if this node is an uncertain definition.
384384
*
385-
* See `Node.asDefinition` for a description of certain and uncertain definitions.
385+
* See `Node.asDefinition/1` for a description of certain and uncertain definitions.
386386
*/
387387
Expr asUncertainDefinition() { result = this.asDefinition(true) }
388388

0 commit comments

Comments
 (0)