From b0df0a26a106e6f401ac4faa72387bbe26b434c8 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Wed, 21 Dec 2022 00:19:38 +0100 Subject: [PATCH] Docs: grammar fix (#961) --- docs/src/getting_started/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting_started/build.md b/docs/src/getting_started/build.md index 12fac70705..6447484491 100644 --- a/docs/src/getting_started/build.md +++ b/docs/src/getting_started/build.md @@ -6,7 +6,7 @@ LibAFL, as most of the Rust projects, can be built using `cargo` from the root d $ cargo build --release ``` -Note that the `--release` flag is optional for development, but you needed to add it to fuzzing at a decent speed. +Note that the `--release` flag is optional for development, but you need to add it to do fuzzing at a decent speed. Slowdowns of 10x or more are not uncommon for Debug builds. The LibAFL repository is composed of multiple crates.