From 0bfb46618447b777ef947884a6fa15101f144619 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 25 Sep 2021 13:43:43 +0000 Subject: [PATCH] Fix blatant md formatting at the very top (#20198) (#20203) (cherry picked from commit c137c50d1594589bc54b58465183b138a529979d) Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com> --- 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