Skip to content

Commit

Permalink
Introduce typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Jan 29, 2025
1 parent 8b72ac0 commit 6117b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/addresses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use sha2::{
use crate::Binary;
use crate::{HexBinary, __internal::forward_ref_partial_eq};

/// A human readable address.
/// A human redable address.

Check warning on line 13 in packages/std/src/addresses.rs

View workflow job for this annotation

GitHub Actions / Spell-check repository source

"redable" should be "readable".
///
/// In Cosmos, this is typically bech32 encoded. But for multi-chain smart contracts no
/// assumptions should be made other than being UTF-8 encoded and of reasonable length.
Expand Down

0 comments on commit 6117b67

Please sign in to comment.