Skip to content

Commit 7762922

Browse files
authored
Update wording to make the sentence clear. (#142)
1 parent 5f772ca commit 7762922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/common-testing-approaches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Contract InternalTest is System {
2424
}
2525
```
2626

27-
In this approach, Echidna generate will transactions from a simulated account to the target contract. This testing approach is particularly useful for simpler contracts that do not require a complex initialization and have a single entrypoint.
27+
In this approach, Echidna will generate transactions from a simulated account to the target contract. This testing approach is particularly useful for simpler contracts that do not require a complex initialization and have a single entrypoint.
2828
Additionally, properties can be easier to write, since properties can access the system's internal state.
2929

3030
## External testing

0 commit comments

Comments
 (0)