Skip to content

Commit bebcd67

Browse files
committed
Address review comments
1 parent 18f138e commit bebcd67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csharp/ql/src/utils/modelgenerator/internal/CaptureModelsSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class InstanceParameterNode = DataFlowPrivate::InstanceParameterNode;
137137
class ParameterPosition = DataFlowDispatch::ParameterPosition;
138138

139139
/**
140-
* Gets the MaD string represention of return through parameter at position
140+
* Gets the MaD string representation of return through parameter at position
141141
* `pos` of callable `c`.
142142
*/
143143
bindingset[c]

java/ql/src/utils/modelgenerator/internal/CaptureModelsSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class InstanceParameterNode = DataFlow::InstanceParameterNode;
206206
class ParameterPosition = DataFlowDispatch::ParameterPosition;
207207

208208
/**
209-
* Gets the MaD string represention of return through parameter at position
209+
* Gets the MaD string representation of return through parameter at position
210210
* `pos` of callable `c`.
211211
*/
212212
bindingset[c]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* The data flow library now adds intermediate nodes when data flows out of a function via a parameter, in order to make path explanations easier to follow. The intermediate nodes have the same location as the underlying parameter, but must be accessed via `PathNode.asParameterReturnNode` instead of `PathNode.asNode`. `@kind path-problem` queries may have their expected test-output changed as a consequence.
4+
* The data flow library now adds intermediate nodes when data flows out of a function via a parameter, in order to make path explanations easier to follow. The intermediate nodes have the same location as the underlying parameter, but must be accessed via `PathNode.asParameterReturnNode` instead of `PathNode.asNode`.

0 commit comments

Comments
 (0)