From bef0b90ef74e22de38bb6cc3c5ba873efe001282 Mon Sep 17 00:00:00 2001 From: Antonis Geralis Date: Mon, 29 Aug 2022 20:31:12 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 698972f..faf2702 100644 --- a/README.md +++ b/README.md @@ -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.