Skip to content

Commit

Permalink
Update ERCS/erc-7854.md
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Camacho <philippe@espressosys.com>
  • Loading branch information
nambrot and philippecamacho authored Jan 15, 2025
1 parent f7e82c1 commit 0f0cf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7854.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function dispatch(
) external payable returns (bytes32 messageId);
```

To receive messages, anybody can call the `process` function on the the `Mailbox`
To receive messages, anybody can call the `process` function on the `Mailbox`

```solidity
function process(
Expand Down

0 comments on commit 0f0cf2c

Please sign in to comment.