From 7487cede54b7a691c0eea2e754cba32dc3e27b83 Mon Sep 17 00:00:00 2001 From: dashangcun <907225865@qq.com> Date: Tue, 14 Jan 2025 15:35:37 +0100 Subject: [PATCH] chore: remove redundant word (#1157) Signed-off-by: dashangcun <907225865@qq.com> --- examples/oapp-read/contracts/MyOAppRead.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/oapp-read/contracts/MyOAppRead.sol b/examples/oapp-read/contracts/MyOAppRead.sol index 2f61e1e3e..08f95d17d 100644 --- a/examples/oapp-read/contracts/MyOAppRead.sol +++ b/examples/oapp-read/contracts/MyOAppRead.sol @@ -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,