C++: Fix phinx syntax.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-10-17 15:45:16 +01:00
parent c5307bed2b
commit 2fcf0abb7f

View File

@@ -23,6 +23,7 @@ The setup
Consider the following scenario: We have data coming out of ``user_input()`` and we want to figure out if that data can ever reach an argument of `sink`.
.. code-block:: cpp
void sink(int);
int user_input();