Skip to content

Commit 3bd16fa

Browse files
authored
Merge pull request github#13184 from geoffw0/docconsistency
Swift: Mirror changes made in the tutorial docs.
2 parents f5be8cf + 35b35ec commit 3bd16fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/ql/lib/codeql/swift/dataflow/internal/DataFlowPublic.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Node extends TNode {
3333
}
3434

3535
/**
36-
* Gets this node's underlying expression, if any.
36+
* Gets the expression that corresponds to this node, if any.
3737
*/
3838
Expr asExpr() { none() }
3939

@@ -43,7 +43,7 @@ class Node extends TNode {
4343
Pattern asPattern() { none() }
4444

4545
/**
46-
* Gets this data flow node's corresponding control flow node.
46+
* Gets the control flow node that corresponds to this data flow node.
4747
*/
4848
ControlFlowNode getCfgNode() { none() }
4949

0 commit comments

Comments
 (0)