Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322b957 commit 962bcd7Copy full SHA for 962bcd7
1 file changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll
@@ -2036,8 +2036,8 @@ private module PostUpdateNodes {
2036
ExprPostUpdateNode() { this = TExprPostUpdateNode(cfn) }
2037
2038
override ExprNode getPreUpdateNode() {
2039
- // For compund arguments, such as `m(b ? x : y)`, we want the leaf nodes
2040
- // `[post] x` and `[post] y` to have two pre-update nodes: (1) the compund argument,
+ // For compound arguments, such as `m(b ? x : y)`, we want the leaf nodes
+ // `[post] x` and `[post] y` to have two pre-update nodes: (1) the compound argument,
2041
// `if b then x else y`; and the (2) the underlying expressions; `x` and `y`,
2042
// respectively.
2043
//
0 commit comments