Skip to content

Commit a13a151

Browse files
docs: typo fix
1 parent 93e7f0e commit a13a151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/assertion-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ contract Incrementor {
4444
}
4545
```
4646

47-
We could also use a special event called `AssertionFailed` with any number of parameters to let Echidna know about a failed assertion without using `assert`. This will works in any contract. For instance:
47+
We could also use a special event called `AssertionFailed` with any number of parameters to let Echidna know about a failed assertion without using `assert`. This will work in any contract. For instance:
4848

4949
```solidity
5050
contract Incrementor {

0 commit comments

Comments
 (0)