diff --git a/ERCS/erc-7683.md b/ERCS/erc-7683.md index d56701d538..222c87d9f5 100644 --- a/ERCS/erc-7683.md +++ b/ERCS/erc-7683.md @@ -319,7 +319,7 @@ struct Message { } ``` -The `Message` sub-type is designed to be used by a 7683 user to incentivize a filler to execute arbitrary calldata on a target destination chain contract on the user's behalf. For example, the settlement contract might decode the `orderData` containing the message information as follows: +The `Message` sub-type is designed to be used by a 7683 user to incentivize a filler to execute arbitrary calldata on a target destination chain contract on the user's behalf. For example, the settlement contract might decode the `originData` containing the message information as follows: ```solidity function fill(bytes32 orderId, bytes calldata originData, bytes calldata fillerData) public {