Skip to content

Commit dec76af

Browse files
committed
C#: Address review comments.
1 parent 3985604 commit dec76af

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
* C# 14: Added support for user-defined instance increment/decrement operators.
4+
* Improved dataflow support for C# mutation operators.

csharp/ql/lib/semmle/code/csharp/Assignable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private newtype TMutationOperationAssignment =
124124
}
125125

126126
/**
127-
* A mutation operation that implicitly assigns the result to its operand. For example, `a++` in
127+
* A mutation operation that implicitly assigns the result to its operand. For example, `a++` on
128128
* line 7 in
129129
*
130130
* ```csharp

0 commit comments

Comments
 (0)