Skip to content

Commit b739d13

Browse files
authored
Remove duplicate words to make the comments more readable (#2540)
1 parent 0bca034 commit b739d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/query/staking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub enum StakingQuery {
3333
///
3434
/// The query response type is `ValidatorResponse`.
3535
Validator {
36-
/// The validator's address (e.g. (e.g. cosmosvaloper1...))
36+
/// The validator's address (e.g. cosmosvaloper1...)
3737
address: String,
3838
},
3939
}

0 commit comments

Comments
 (0)