Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemaccana committed Dec 14, 2023
1 parent 0cda628 commit de6d6c1
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/terminology.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ a block chain.
## BPF loader

The Solana program that owns and loads
[BPF](/docs/programs/faq.md#berkeley-packet-filter-bpf) [onchain programs](#onchain-program),
allowing the program to interface with the runtime.
[BPF](/docs/programs/faq.md#berkeley-packet-filter-bpf)
[onchain programs](#onchain-program), allowing the program to interface with the
runtime.

## client

Expand Down Expand Up @@ -119,8 +120,8 @@ See [vote credit](#vote-credit).

## cross-program invocation (CPI)

A call from one [onchain program](#onchain-program) to another. For more information, see
[calling between programs](/docs/core/cpi.md).
A call from one [onchain program](#onchain-program) to another. For more
information, see [calling between programs](/docs/core/cpi.md).

## data plane

Expand Down Expand Up @@ -282,10 +283,11 @@ The number of [validators](#validator) participating in a [cluster](#cluster).

## onchain program

The executable code on Solana blockchain that interprets the [instructions](#instruction)
sent inside of each [transaction](#transaction) to read and modify accounts over which it
has control. These programs are often referred to as
"[_smart contracts_](/docs/core/programs.md)" on other blockchains.
The executable code on Solana blockchain that interprets the
[instructions](#instruction) sent inside of each [transaction](#transaction) to
read and modify accounts over which it has control. These programs are often
referred to as "[_smart contracts_](/docs/core/programs.md)" on other
blockchains.

## PoH

Expand Down

0 comments on commit de6d6c1

Please sign in to comment.