diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 20:37:21 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:08:26 +0100 |
commit | c85e0dc4f0e0a6deedfb7318292e1939503a10c2 (patch) | |
tree | 2113f2ff4f9cba6b8c470d12a9b69af8877c170a /docs/custom_mutators.md | |
parent | fcbaddfd2b3f4dece001f1d4141d7dce75da1e81 (diff) | |
download | afl++-c85e0dc4f0e0a6deedfb7318292e1939503a10c2.tar.gz |
Remove the word "we"
Diffstat (limited to 'docs/custom_mutators.md')
-rw-r--r-- | docs/custom_mutators.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 7d362950..4018d633 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -204,8 +204,8 @@ trimmed input. Here's a quick API description: - `trim` (optional) This method is called for each trimming operation. It doesn't have any - arguments because we already have the initial buffer from `init_trim` and we - can memorize the current state in the data variables. This can also save + arguments because there is already the initial buffer from `init_trim` and + we can memorize the current state in the data variables. This can also save reparsing steps for each iteration. It should return the trimmed input buffer. |