Skip to content

Commit 55ab4ee

Browse files
docs: add missing word
1 parent 432834b commit 55ab4ee

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
@@ -47,7 +47,7 @@ Since `ExternalTest` defines no additional methods, running Echidna directly on
4747
In this case, there are several alternatives:
4848

4949
**Contract wrapper**: define specific operations to "wrap" the system to test. For every operation that we want Echidna to execute in the system to test,
50-
we add one or more functions that performs external to it.
50+
we add one or more functions that performs external call to it.
5151

5252
```solidity
5353
contract ExternalTest {

0 commit comments

Comments
 (0)