Skip to content

Commit 79e36e8

Browse files
authored
chore: remove repetitive word in packages/hot-fuzz/README.md (#2120)
Signed-off-by: huyejia <huyejia@outlook.jp>
1 parent ed35476 commit 79e36e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hot-fuzz/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $ npx hot-fuzz contracts/YourAppHotFuzz.yaml
9696
```
9797

9898
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.
99+
`HotFuzzBase` are randomized as many sequences of instructions as you configured for, are being executed.
100100

101101
While executing these sequences of instructions, all echidna invariants are checked each time a transaction is made.
102102
Any violation of these invariants is considered a bug somewhere in the app.

0 commit comments

Comments
 (0)