Skip to content

Commit ac40acb

Browse files
committed
Update 02-Use_the_Tools_Available.md
1 parent 1c2491c commit ac40acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ These tools provide many of the same features as Valgrind, but built into the co
185185

186186
### Fuzzy Analyzers
187187

188-
If you project accepts user defined input, considering running a fuzzy input tester.
188+
If your project accepts user defined input, considering running a fuzzy input tester.
189189

190190
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.
191191

0 commit comments

Comments
 (0)