Skip to content

Commit

Permalink
Merge pull request ethereum#14927 from omahs/patch-4
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
cameel authored Mar 8, 2024
2 parents 5a43a8b + 193a457 commit c0ef06c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/smtchecker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ the arguments.
|complex) | |
+-----------------------------------+--------------------------------------+
|external functions without |BMC: Erase state knowledge and assume |
|implementation |result is nondeterminisc. |
|implementation |result is nondeterministic. |
| |CHC: Nondeterministic summary. |
| |Try to infer invariants that hold |
| |after the call returns. |
Expand Down
2 changes: 1 addition & 1 deletion test/compilationTests/corion/ico.sol
Original file line number Diff line number Diff line change
Expand Up @@ -372,5 +372,5 @@ contract ico is safeMath {
return startBlock <= block.number && block.number <= icoDelay && ( ! aborted ) && ( ! closed );
}

event EICO(address indexed Address, uint256 indexed value, address Affiliate, uint256 AffilateValue);
event EICO(address indexed Address, uint256 indexed value, address Affiliate, uint256 AffiliateValue);
}

0 comments on commit c0ef06c

Please sign in to comment.