From 84053c223eba407c64328dff50dbf193875aef18 Mon Sep 17 00:00:00 2001 From: Balaji Shetty Pachai <32358081+balajipachai@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:30:12 +0530 Subject: [PATCH] Update client.mdx --- src/content/ccip/api-reference/client.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/ccip/api-reference/client.mdx b/src/content/ccip/api-reference/client.mdx index 9f5eb2ca059..cd6b9adb2c2 100644 --- a/src/content/ccip/api-reference/client.mdx +++ b/src/content/ccip/api-reference/client.mdx @@ -122,7 +122,7 @@ struct EVMExtraArgsV1 { function _argsToBytes(struct Client.EVMExtraArgsV1 extraArgs) internal pure returns (bytes bts) ``` -Checks if the given chain ID is supported for sending/receiving. +It is used to convert the arguments to bytes. #### Parameters