Skip to content

Commit b74215c

Browse files
Update packages/std/src/testing/mock.rs
Co-authored-by: Christoph Otter <chris@confio.gmbh>
1 parent e925246 commit b74215c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/testing/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ pub struct BankQuerier {
739739
#[allow(dead_code)]
740740
/// BTreeMap<denom, amount>
741741
supplies: BTreeMap<String, Uint128>,
742-
/// A map from address to balance. The address ist the String conversion of `Addr`,
742+
/// A map from address to balance. The address is the String conversion of `Addr`,
743743
/// i.e. the bech32 encoded address.
744744
balances: BTreeMap<String, Vec<Coin>>,
745745
/// Vec<Metadata>

0 commit comments

Comments
 (0)