This commit is contained in:
Antonis Geralis 2022-08-29 20:31:12 +03:00
parent 95c1780dab
commit bef0b90ef7
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ exported by `drchaos/mutator`.
Dr. Chaos has several advantages over solutions derived from
[FuzzDataProvider](https://github.com/google/fuzzing/blob/master/docs/split-inputs.md)
which strugle with dynamic types that in particular are nested.
which struggle with dynamic types that in particular are nested.
For a better explanation read what
[Fuzzcheck's author](https://github.com/loiclec/fuzzcheck-rs/blob/main/articles/why_not_bytes.md)
has to say.