diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 20:45:48 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:08:26 +0100 |
commit | a7694e299a331bd8c4826b2402ee68cd6f83d8f9 (patch) | |
tree | 8c143421db3cc20377363d7876b2dd4dac15a88f /docs/custom_mutators.md | |
parent | c85e0dc4f0e0a6deedfb7318292e1939503a10c2 (diff) | |
download | afl++-a7694e299a331bd8c4826b2402ee68cd6f83d8f9.tar.gz |
Fix punctuation in connection with "however"
Diffstat (limited to 'docs/custom_mutators.md')
-rw-r--r-- | docs/custom_mutators.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 4018d633..fc5ecbf9 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -112,11 +112,11 @@ def deinit(): # optional for Python - `fuzz_count` (optional): - When a queue entry is selected to be fuzzed, afl-fuzz selects the number - of fuzzing attempts with this input based on a few factors. - If however the custom mutator wants to set this number instead on how often - it is called for a specific queue entry, use this function. - This function is most useful if `AFL_CUSTOM_MUTATOR_ONLY` is **not** used. + When a queue entry is selected to be fuzzed, afl-fuzz selects the number of + fuzzing attempts with this input based on a few factors. If, however, the + custom mutator wants to set this number instead on how often it is called + for a specific queue entry, use this function. This function is most useful + if `AFL_CUSTOM_MUTATOR_ONLY` is **not** used. - `fuzz` (optional): |