We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6117b67 commit 9dcb511Copy full SHA for 9dcb511
packages/std/src/addresses.rs
@@ -10,7 +10,7 @@ use sha2::{
10
use crate::Binary;
11
use crate::{HexBinary, __internal::forward_ref_partial_eq};
12
13
-/// A human redable address.
+/// A human readable address.
14
///
15
/// In Cosmos, this is typically bech32 encoded. But for multi-chain smart contracts no
16
/// assumptions should be made other than being UTF-8 encoded and of reasonable length.
0 commit comments