Skip to content

Commit 935e1c0

Browse files
asgerferik-krogh
andauthored
Update docs/codeql/codeql-language-guides/using-flow-labels-for-precise-data-flow-analysis.rst
Co-authored-by: Erik Krogh Kristensen <[email protected]>
1 parent 89849fa commit 935e1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/using-flow-labels-for-precise-data-flow-analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Similarly, we update ``isSink`` and require the base of the property read to hav
253253
Our definition of ``isAdditionalFlowStep`` now needs to specify two flow states, a
254254
predecessor state ``predState`` and a successor state ``succState``. In addition to specifying flow from
255255
the predecessor node ``pred`` to the successor node ``succ``, it requires that ``pred`` has state
256-
``state1``, and adds state ``succState`` to ``succ``. In our case, we use this to add both the
256+
``predState``, and adds state ``succState`` to ``succ``. In our case, we use this to add both the
257257
``json`` state and the ``maybe-null`` state to any property read from a value in the ``json`` state
258258
(no matter whether it has the ``maybe-null`` state):
259259

0 commit comments

Comments
 (0)