Skip to content

Commit d7959af

Browse files
author
J4yD3v
authored
Typo
1 parent 3ed3fd2 commit d7959af

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/tutorials/reverse-engineering-a-contract

1 file changed

+1
-1
lines changed

src/content/developers/tutorials/reverse-engineering-a-contract/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ If no match is found, the code jumps to [the proxy handler at 0x7C](#the-handler
312312
| 10D | DUP1 | 0x00 0x00 CALLVALUE |
313313
| 10E | REVERT |
314314

315-
The first thing this function does is check that the call did not send any ETH. This function is not [`payable`](https://solidity-by-example.org/payable/). If somebody sent us ETH that much be a mistake and we want to `REVERT` to avoid having that ETH where they can't get it back.
315+
The first thing this function does is check that the call did not send any ETH. This function is not [`payable`](https://solidity-by-example.org/payable/). If somebody sent us ETH that must be a mistake and we want to `REVERT` to avoid having that ETH where they can't get it back.
316316

317317
| Offset | Opcode | Stack |
318318
| -----: | ------------------------------------------------- | --------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)