Skip to content

Commit 9ed6d97

Browse files
committed
spelling: recommended
Signed-off-by: Josh Soref <[email protected]>
1 parent f0d27c0 commit 9ed6d97

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
@@ -295,7 +295,7 @@ through an additional step targeting a `PostUpdateNode`).
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
297297
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
298+
`b ? x : y`, it is recommended 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`).
301301

0 commit comments

Comments
 (0)