Skip to content

Commit d306ad2

Browse files
authored
Update HowFuzzilliWorks.md --- more typos fixed
1 parent e67024a commit d306ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/HowFuzzilliWorks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -758,9 +758,9 @@ for (let v9 = 0; v9 < 100; v9++) {
758758
The subsequent mutations may then change the generated program in all sorts of interesting (and less interesting) ways.
759759

760760
### Code Generation + Mutations: The HybridEngine
761-
The HybridEngine combines the code generation engine with the existing mutators. For that, it first selects a random ProgramTemplate, then generates a program from it, using the code generation engine as discussed previously. If the generated program is valid, it is further mutated a few times, using the algorithm that is also used by the Mutationengine.
761+
The HybridEngine combines the code generation engine with the existing mutators. For that, it first selects a random ProgramTemplate, then generates a program from it, using the code generation engine as discussed previously. If the generated program is valid, it is further mutated a few times, using the algorithm that is also used by the MutationEngine.
762762

763-
The high-level algorithm used by the hybrid engine is summarized by the image below.
763+
The high-level algorithm used by the HybridEngine is summarized by the image below.
764764

765765
![Hybrid Fuzzing Algorithm](images/hybrid_engine.png)
766766

0 commit comments

Comments
 (0)