We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7bd81 commit 939dc49Copy full SHA for 939dc49
ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll
@@ -1165,8 +1165,8 @@ private module PostUpdateNodes {
1165
ExprPostUpdateNode() { this = TExprPostUpdateNode(e) }
1166
1167
override ExprNode getPreUpdateNode() {
1168
- // For compund arguments, such as `m(if b then x else y)`, we want the leaf nodes
1169
- // `[post] x` and `[post] y` to have two pre-update nodes: (1) the compund argument,
+ // For compound arguments, such as `m(if b then x else y)`, we want the leaf nodes
+ // `[post] x` and `[post] y` to have two pre-update nodes: (1) the compound argument,
1170
// `if b then x else y`; and the (2) the underlying expressions; `x` and `y`,
1171
// respectively.
1172
//
0 commit comments