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 8ff24bc commit 4c64549Copy full SHA for 4c64549
docs/ql-libraries/dataflow/dataflow.md
@@ -294,7 +294,7 @@ through an additional step targeting a `PostUpdateNode`).
294
295
It is recommended to introduce `PostUpdateNode`s for all `ArgumentNode`s (this
296
can be skipped for immutable arguments), and all field qualifiers for both
297
-reads and stores. Note also that in the case of compund arguments, such as
+reads and stores. Note also that in the case of compound arguments, such as
298
`b ? x : y`, it is recommented to have post-update nodes for `x` and `y` (and
299
not the compound argument itself), and let `[post update] x` have both `x`
300
and `b ? x : y` as pre-update nodes (and similarly for `[post update] y`).
0 commit comments