From c137c50d1594589bc54b58465183b138a529979d Mon Sep 17 00:00:00 2001 From: Ted Robertson <10043369+tredondo@users.noreply.github.com> Date: Sun, 26 Sep 2021 01:14:26 +1200 Subject: [PATCH] Fix blatant md formatting at the very top (#20198) --- docs/src/terminology.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/terminology.md b/docs/src/terminology.md index c2cf87ab5e..409718062f 100644 --- a/docs/src/terminology.md +++ b/docs/src/terminology.md @@ -8,12 +8,13 @@ The following terms are used throughout the documentation. A record in the Solana ledger that either holds data or is an executable program. -Like an account at a traditional bank, a Solana account may hold funds called [lamports](terminology.md#lamport). Like a file in Linux, it is addressable by a [key], often referred to as a [public key](terminology.md#public-key-pubkey) or pubkey. +Like an account at a traditional bank, a Solana account may hold funds called [lamports](terminology.md#lamport). Like a file in Linux, it is addressable by a key, often referred to as a [public key](terminology.md#public-key-pubkey) or pubkey. The key may be one of: -an ed25519 public key -a program-derived account address (32byte value forced off the ed25519 curve) -a hash of an ed25519 public key with a 32 character string + +* an ed25519 public key +* a program-derived account address (32byte value forced off the ed25519 curve) +* a hash of an ed25519 public key with a 32 character string ## account owner