diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:01:45 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 17:01:45 +0100 |
commit | 0ae9b0dff4773c34913d89d8efcab4453552c140 (patch) | |
tree | 6f5903c90a8b59b9b744e51d2d045b42bfcb5955 /docs/env_variables.md | |
parent | d9e39be4e8dd0242877412d1a17589acc825292e (diff) | |
download | afl++-0ae9b0dff4773c34913d89d8efcab4453552c140.tar.gz |
Remove the word "please"
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 6f6110ae..bb7ea70b 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -320,7 +320,7 @@ checks or alter some of the more exotic semantics of the tool: additional mutations. If `AFL_CUSTOM_MUTATOR_ONLY` is also set, all mutations will solely be performed with the custom mutator. This feature allows to configure custom mutators which can be very helpful, e.g. fuzzing - XML or other highly flexible structured input. Please see + XML or other highly flexible structured input. For details, see [custom_mutators.md](custom_mutators.md). - Setting `AFL_CYCLE_SCHEDULES` will switch to a different schedule every time |