Skip to content

Commit 8592eb9

Browse files
authored
Merge pull request #195 from ChmielewskiKamil/patch-2
docs: typo fix
2 parents 9b757b6 + a13a151 commit 8592eb9

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)