Docs: grammar fix (#961)

This commit is contained in:
hexcoder 2022-12-21 00:19:38 +01:00 committed by GitHub
parent 7ed1ac9c9b
commit b0df0a26a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ LibAFL, as most of the Rust projects, can be built using `cargo` from the root d
$ cargo build --release $ 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. Slowdowns of 10x or more are not uncommon for Debug builds.
The LibAFL repository is composed of multiple crates. The LibAFL repository is composed of multiple crates.