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 f0d27c0 commit 9ed6d97Copy full SHA for 9ed6d97
docs/ql-libraries/dataflow/dataflow.md
@@ -295,7 +295,7 @@ through an additional step targeting a `PostUpdateNode`).
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 compound arguments, such as
298
-`b ? x : y`, it is recommented to have post-update nodes for `x` and `y` (and
+`b ? x : y`, it is recommended 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`).
301
0 commit comments