Fix typos in terminology.md (#19977)

This commit is contained in:
visortelle 2021-09-17 19:30:10 +03:00 committed by GitHub
parent b8106e2450
commit 1ec22572f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ 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 (terminology.md#public-key) public key 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) or pubkey.
The key may be one of:
an ed25519 public key
@ -234,7 +234,7 @@ A [block](terminology.md#block) or [slot](terminology.md#slot) that has reached
The component of a [validator](terminology.md#validator) responsible for [program](terminology.md#program) execution.
##Sealevel
## Sealevel
Solana's parallel smart contracts run-time.