Skip to content

Commit

Permalink
chore: remove redundant word (#1157)
Browse files Browse the repository at this point in the history
Signed-off-by: dashangcun <907225865@qq.com>
  • Loading branch information
dashangcun authored Jan 14, 2025
1 parent 525da9d commit 7487ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oapp-read/contracts/MyOAppRead.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ contract MyOAppRead is OAppRead, IOAppMapper, IOAppReducer {
* @param appLabel The application label to use for the message.
* @param _readRequests An array of `EvmReadRequest` structs containing the read requests to be made.
* @param _computeRequest A `EvmComputeRequest` struct containing the compute request to be made.
* @return cmd The encoded command to be sent to to the channel.
* @return cmd The encoded command to be sent to the channel.
*/
function buildCmd(
uint16 appLabel,
Expand Down

0 comments on commit 7487ced

Please sign in to comment.