diff options
author | intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com> | 2022-01-11 17:00:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-11 17:00:26 +0100 |
commit | 6a7f184c4e27796734a1d8408c8f8abdfc04cad5 (patch) | |
tree | 8c89490685638e3b6ef212d926e62fb02c6a6f08 | |
parent | 30666cb81eca8b36b7f95ee569ec3fd85ae616b5 (diff) | |
download | afl++-6a7f184c4e27796734a1d8408c8f8abdfc04cad5.tar.gz |
Fix broken `code` formatting
-rw-r--r-- | docs/FAQ.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 7ca7b178..90cae453 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -191,7 +191,7 @@ If you find an interesting or important question missing, submit it via AFL++ comes with several power schedules, initially ported from [AFLFast](https://github.com/mboehme/aflfast) however modified to be more effective and several more modes added. - The most effective modes are '-p fast` (default) and `-p explore`. + The most effective modes are `-p fast` (default) and `-p explore`. If you fuzz with several parallel afl-fuzz instances, then it is beneficial to assign a different schedule to each instance, however the majority should |