there's a typo (#3779)

There was a typo, so now, there's no more typo.

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
kvalerio
2024-03-21 13:18:41 +01:00
committed by GitHub
parent 64a707a482
commit 9922fd3943
@@ -32,7 +32,7 @@ pub enum MultiAddress<AccountId, AccountIndex> {
Raw(Vec<u8>),
/// It's a 32 byte representation.
Address32([u8; 32]),
/// Its a 20 byte representation.
/// It's a 20 byte representation.
Address20([u8; 20]),
}