Skip to content

Commit

Permalink
Resolves some typos in comments of config.ron
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasTNO committed Aug 23, 2023
1 parent 4cfeb26 commit ef5e823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Config(
//You probably want to change the follwoing options
//You probably want to change the following options
//File Paths
path_to_bin_target: "./test",
arguments: [ "@@"], //"@@" will be exchanged with the path of a file containing the current input
Expand All @@ -18,7 +18,7 @@ Config(
//Thread Settings:
thread_size: 4194304,

hide_output: true, //hide stdout of the target program. Sometimes usefull for debuging
hide_output: true, //hide stdout of the target program. Sometimes useful for debugging

//Mutation Settings
number_of_generate_inputs: 100, //see main.rs fuzzing_thread
Expand Down

0 comments on commit ef5e823

Please sign in to comment.