We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526b24f commit 5c4a893Copy full SHA for 5c4a893
packages/std/src/results/cosmos_msg.rs
@@ -91,7 +91,7 @@ pub enum CosmosMsg<T = Empty> {
91
}
92
93
impl<T> CosmosMsg<T> {
94
- /// Convert this this [`CosmosMsg<T>`] to a [`CosmosMsg<U>`] with a different custom message type.
+ /// Convert this [`CosmosMsg<T>`] to a [`CosmosMsg<U>`] with a different custom message type.
95
/// This allows easier interactions between code written for a specific chain and
96
/// code written for multiple chains.
97
/// If this is the [`CosmosMsg::Custom`] variant, the function returns `None`.
0 commit comments