Skip to content

Commit 4c64549

Browse files
committed
spelling: compound
Signed-off-by: Josh Soref <[email protected]>
1 parent 8ff24bc commit 4c64549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ql-libraries/dataflow/dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ through an additional step targeting a `PostUpdateNode`).
294294

295295
It is recommended to introduce `PostUpdateNode`s for all `ArgumentNode`s (this
296296
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
297+
reads and stores. Note also that in the case of compound arguments, such as
298298
`b ? x : y`, it is recommented to have post-update nodes for `x` and `y` (and
299299
not the compound argument itself), and let `[post update] x` have both `x`
300300
and `b ? x : y` as pre-update nodes (and similarly for `[post update] y`).

0 commit comments

Comments
 (0)