Skip to content

Commit 9dcb511

Browse files
committed
Fix typo
1 parent 6117b67 commit 9dcb511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/addresses.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use sha2::{
1010
use crate::Binary;
1111
use crate::{HexBinary, __internal::forward_ref_partial_eq};
1212

13-
/// A human redable address.
13+
/// A human readable address.
1414
///
1515
/// In Cosmos, this is typically bech32 encoded. But for multi-chain smart contracts no
1616
/// assumptions should be made other than being UTF-8 encoded and of reasonable length.

0 commit comments

Comments
 (0)