Skip to content

Commit 308d027

Browse files
committed
C++: Fix typo.
1 parent 44e214b commit 308d027

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
@@ -138,7 +138,7 @@ This would match the call to ``write_user_input_to`` in the following example:
138138
free(u);
139139
}
140140
141-
With this definition of ``isSource`` the data flow tracks flow along the following path:
141+
With this definition of ``isSource`` the dataflow library tracks flow along the following path:
142142

143143
1. The flow now starts at the outgoing argument of ``write_user_input_to(...)``.
144144
2. The flow proceeds to ``u->p`` on the next line.

0 commit comments

Comments
 (0)