Skip to content

Commit 89849fa

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 5e27257 commit 89849fa

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
@@ -250,7 +250,7 @@ Similarly, we update ``isSink`` and require the base of the property read to hav
250250
)
251251
}
252252
253-
Our definition of ``isAdditionalFlowStep`` now needs to specify two flow state, a
253+
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
256256
``state1``, and adds state ``succState`` to ``succ``. In our case, we use this to add both the

0 commit comments

Comments
 (0)