We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b27f9b commit 421deffCopy full SHA for 421deff
docs/ideal_integration.md
@@ -35,7 +35,7 @@ i.e. a set of inputs to "seed" the mutations.
35
The quality of the seed corpus has a huge impact on the fuzzing efficiency as it allows the fuzzer
36
to discover new code paths easier.
37
38
-The ideal corpus is a minimial set of inputs that provides maximal code coverage.
+The ideal corpus is a minimal set of inputs that provides maximal code coverage.
39
40
For better OSS-Fuzz integration,
41
the seed corpus should be available in revision control (can be same or different as the source code).
0 commit comments