From 8afdea22eaa7a33b35be113594cdd665a7facb41 Mon Sep 17 00:00:00 2001 From: getsnoopy Date: Wed, 15 Feb 2023 02:37:36 -0600 Subject: [PATCH] Fix the grammar and improved some formatting (#4479) --- docs/learn/learn-account-advanced.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/learn/learn-account-advanced.md b/docs/learn/learn-account-advanced.md index 0c4dee1bf59d..094ae0ad17f8 100644 --- a/docs/learn/learn-account-advanced.md +++ b/docs/learn/learn-account-advanced.md @@ -140,9 +140,9 @@ Only use custom derivation paths if you are comfortable with your knowledge of t The [SS58 document]() states that: -- Polkadot has an address type of `00000000b`, so `0` is in decimal. -- Kusama (Polkadot Canary) has an address type of `00000010b`, so `2` is in decimal. -- Generic Substrate has `00101010b` as the address type, `42` is in decimal. +- Polkadot has an address type of `00000000b` (`0` in decimal). +- Kusama (Polkadot Canary) has an address type of `00000010b` (`2` in decimal). +- Generic Substrate has `00101010b` as the address type (`42` in decimal). Because the `Base58-check` alphabet has no number 0, the lowest value is indeed 1. So `00000000b` is 1 in Base58-check. If we try to