Skip to content

Commit

Permalink
Update: Fix grammatical errors & interface upgrade (ethereum#6594)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj authored Feb 28, 2023
1 parent 3700b14 commit 7ab705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-6170.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface EIP6170 {
event MessageSent(bytes _from, bytes _to, bytes _toChainId, bytes _message, bytes _extraData);
/// @dev This emits when a cross-chain message is received.
/// MessageReceived MUST trigger on any successful call to receiveMessage(bytes chainId, bytes sender, bytes message) function.
/// MessageReceived MUST trigger on any successful call to receiveMessage(bytes chainId, bytes sender, bytes message) function.
event MessageReceived(bytes _from, bytes _fromChainId, bytes message);
Expand Down

0 comments on commit 7ab705f

Please sign in to comment.