diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 361659b..b76d7bb 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -185,7 +185,7 @@ These tools provide many of the same features as Valgrind, but built into the co ### Fuzzy Analyzers -If you project accepts user defined input, considering running a fuzzy input tester. +If your project accepts user defined input, considering running a fuzzy input tester. Both of these tools use coverage reporting to find new code execution paths and try to breed novel inputs for your code. They can find crashes, hangs, and inputs you didn't know were considered valid.