Skip to content

Commit 5c4a893

Browse files
authored
Update cosmos_msg.rs (#2452)
1 parent 526b24f commit 5c4a893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/results/cosmos_msg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub enum CosmosMsg<T = Empty> {
9191
}
9292

9393
impl<T> CosmosMsg<T> {
94-
/// Convert this this [`CosmosMsg<T>`] to a [`CosmosMsg<U>`] with a different custom message type.
94+
/// Convert this [`CosmosMsg<T>`] to a [`CosmosMsg<U>`] with a different custom message type.
9595
/// This allows easier interactions between code written for a specific chain and
9696
/// code written for multiple chains.
9797
/// If this is the [`CosmosMsg::Custom`] variant, the function returns `None`.

0 commit comments

Comments
 (0)