diff --git a/docs/src/fuzzing/analyzing-results.md b/docs/src/fuzzing/analyzing-results.md index b749563b..0cfdf3b7 100644 --- a/docs/src/fuzzing/analyzing-results.md +++ b/docs/src/fuzzing/analyzing-results.md @@ -9,5 +9,5 @@ Once a solution is found, the fuzzer can be run in *repro* mode which will: Repro mode can be run after stopping execution, or before executing the fuzzing loop. ```python -tsffs.iface.fuzz.repro("%simics%/solutions/TESTCASE") -``` \ No newline at end of file +@tsffs.iface.fuzz.repro("%simics%/solutions/TESTCASE") +```