From ac992dfa7d16bae967d6605e03dca50bf1ad10de Mon Sep 17 00:00:00 2001 From: yylzlx <1014908238@qq.com> Date: Fri, 14 Mar 2025 22:23:21 +0800 Subject: [PATCH 1/2] Correct minor spelling and grammar mistakes --- contracts/ibc-reflect/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ibc-reflect/README.md b/contracts/ibc-reflect/README.md index 0a9aad788d..9f654708f2 100644 --- a/contracts/ibc-reflect/README.md +++ b/contracts/ibc-reflect/README.md @@ -25,7 +25,7 @@ point), it will create a new `reflect` contract instance. The reflect `code_id` must be set when initializing the factory. This `reflect` contract address will be saved and connected to the channel. -Once the channel is fully established and the reflect contract instantiated it +Once the channel is fully established and the reflected contract instantiated it will expect a `RunTx` message, which contains `Vec`. When this message is received, it will execute it on the `reflect` contract, performing the requested action on behalf of the remote user. From e05763e86619297ca378a166895625c2cec8914a Mon Sep 17 00:00:00 2001 From: yylzlx <1014908238@qq.com> Date: Fri, 14 Mar 2025 23:03:24 +0800 Subject: [PATCH 2/2] Correct minor spelling and grammar mistakes --- contracts/reflect/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contracts/reflect/README.md b/contracts/reflect/README.md index 55d88be230..b64c78b2f7 100644 --- a/contracts/reflect/README.md +++ b/contracts/reflect/README.md @@ -29,7 +29,7 @@ cargo generate --git https://github.com/confio/cosmwasm-template.git --name YOUR ``` You will now have a new folder called `YOUR_NAME_HERE` (I hope you changed that -to something else) containing a simple working contract and build system that +to something else) containing a simple working contract and build a system that you can customize. ## Create a Repo @@ -72,5 +72,5 @@ And [Importing](./Importing.md) contains information about pulling in other contracts or crates that have been published. Please replace this README file with information about your specific project. -You can keep the `Developing.md` and `Publishing.md` files as useful referenced, -but please set some proper description in the README. +You can keep the `Developing.md` and `Publishing.md` files as useful references, +but please set some proper descriptions in the README.