We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed35476 commit 79e36e8Copy full SHA for 79e36e8
packages/hot-fuzz/README.md
@@ -96,7 +96,7 @@ $ npx hot-fuzz contracts/YourAppHotFuzz.yaml
96
```
97
98
Once it is running, what is going on is that your list of actions in addition to a preset of actions defined in
99
-`HotFuzzBase` are randomized as as many sequences of instructions as you configured for, are being executed.
+`HotFuzzBase` are randomized as many sequences of instructions as you configured for, are being executed.
100
101
While executing these sequences of instructions, all echidna invariants are checked each time a transaction is made.
102
Any violation of these invariants is considered a bug somewhere in the app.
0 commit comments