Skip to content

Commit

Permalink
nit, wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley-eth committed Apr 16, 2024
1 parent 52fe6c7 commit e79ba6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ contract Vault {
- Each external call asserts:
- The call succeeded.
- The call returned the correct returndatasize.
- If the call returns a boolean:
- If a stateful call returns a boolean to indicate success:
- The call returned `true`.
- If the call is ERC20's `transfer`, `transferFrom`, or `approve`:
- No data was returned OR (the returndata is 32 bytes AND is `true`).
Expand Down

0 comments on commit e79ba6f

Please sign in to comment.