Skip to content
Snippets Groups Projects
Unverified Commit 9922fd39 authored by kvalerio's avatar kvalerio Committed by GitHub
Browse files

there's a typo (#3779)


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

Co-authored-by: default avatarLiam Aharon <liam.aharon@hotmail.com>
parent 64a707a4
No related merge requests found
Pipeline #457466 failed with stages
in 23 minutes and 33 seconds
......@@ -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]),
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment