Skip to content

Commit 432834b

Browse files
docs: fix minor typo
1 parent 48b50e1 commit 432834b

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
@@ -5,7 +5,7 @@ This is caused by the existence of multiple accounts interacting with one or man
55
While a fuzzer can simulate the Ethereum Virtual Machine and can potentially use any account with any feature (e.g. a an unlimited amount of ETH),
66
we take care to avoid breaking some important underlying assumptions of transactions that are impossible in Ethereum (e.g. for instance using msg.sender as the zero address).
77
That is why it is important to have a clear view of the system to test, and how transactions are going to be simulated. There are a few classifications for the testing approach.
8-
We will start by two them, internal or external:
8+
We will start with two of them, internal and external:
99

1010
**Table of contents:**
1111
- [Common testing approaches](#common-testing-approaches)

0 commit comments

Comments
 (0)