Skip to content

Commit d4cbb8c

Browse files
Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 9a91145 commit d4cbb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ will catch most things such as
9393
free(b);
9494
}
9595
96-
This is simple to match because we see:
96+
This data flow is simple to match because the CodeQL database contains the information to see:
9797
1. User input starts at ``user_input()`` and flows into ``fill_structure``.
9898
2. The data is written to the object ``b`` with access path ``[a, p]``.
9999
3. The object ``b`` flows out of ``fill_structure`` and into ``process_structure``.

0 commit comments

Comments
 (0)