Skip to content

Commit 802c737

Browse files
authored
Update cosmos_msg.rs
1 parent 914a716 commit 802c737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/std/src/results/cosmos_msg.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ pub enum CosmosMsg<T = Empty> {
7272
type_url: String,
7373
value: Binary,
7474
},
75-
/// `CosmosMsg::Any` is the replaces the "stargate message" – a message wrapped
75+
/// `CosmosMsg::Any` replaces the "stargate message" – a message wrapped
7676
/// in a [protobuf Any](https://protobuf.dev/programming-guides/proto3/#any)
7777
/// that is supported by the chain. It behaves the same as
7878
/// `CosmosMsg::Stargate` but has a better name and slightly improved syntax.
@@ -176,7 +176,7 @@ pub enum DistributionMsg {
176176
/// The `withdraw_address`
177177
address: String,
178178
},
179-
/// This is translated to a [[MsgWithdrawDelegatorReward](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L42-L50).
179+
/// This is translated to a [MsgWithdrawDelegatorReward](https://github.com/cosmos/cosmos-sdk/blob/v0.42.4/proto/cosmos/distribution/v1beta1/tx.proto#L42-L50).
180180
/// `delegator_address` is automatically filled with the current contract's address.
181181
WithdrawDelegatorReward {
182182
/// The `validator_address`

0 commit comments

Comments
 (0)