Skip to content

Commit 7c59c7b

Browse files
committed
C#: Update QLdoc
1 parent 7bdc2c5 commit 7c59c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1803,8 +1803,8 @@ class FlowSummaryNode extends NodeImpl, TFlowSummaryNode {
18031803
* public void SetParam(object value) => o = value; // (2)
18041804
* }
18051805
* ```
1806-
* the first access to o (1) is modeled as `this.o_backing_field` and
1807-
* the second access to o (2) is modeled as `this.o_backing_field = value`.
1806+
* the first access to `o` (1) is modeled as `this.o_backing_field` and
1807+
* the second access to `o` (2) is modeled as `this.o_backing_field = value`.
18081808
* Both models need a pre-update this node, and the latter need an additional post-update this access,
18091809
* all of which are represented by an `InstanceParameterAccessNode` node.
18101810
*/

0 commit comments

Comments
 (0)