Skip to content

Commit

Permalink
fix: apply prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
intls committed Nov 29, 2024
1 parent 0813c10 commit e14886a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion content/cookbook/wallets/sign-message.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ The primary function of a keypair is to sign messages, transactions and enable
verification of the signature. Verification of a signature allows the recipient
to be sure that the data was signed by the owner of a specific private key.

<Tabs groupId="language" items={['web3.js v2', 'web3.js v1']}> <Tab value="web3.js v2">
<Tabs groupId="language" items={['web3.js v2', 'web3.js v1']}>
<Tab value="web3.js v2">

```typescript
import {
Expand Down
4 changes: 2 additions & 2 deletions docs/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Core Concepts
sidebarSortOrder: 2
description:
Learn essential Solana blockchain concepts including accounts, transactions,
programs, program derived addresses, cross program invocations, and how
tokens work on Solana.
programs, program derived addresses, cross program invocations, and how tokens
work on Solana.
---

Build a strong understanding of the core concepts that make Solana different
Expand Down
6 changes: 3 additions & 3 deletions docs/economics/inflation/_adjusted_staking_yield.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ $$
Y_{adj} = \frac{ 1 + I(t)/P_s(t) }{ 1 + I(t) } - 1\\
$$

So we see that the _Adjusted Staked Yield_ is a function of the inflation rate and
the percent of staked tokens on the network. We can see this plotted for various
staking fractions here:
So we see that the _Adjusted Staked Yield_ is a function of the inflation rate
and the percent of staked tokens on the network. We can see this plotted for
various staking fractions here:

![Graph of example adjusted staking yields](/assets/docs/economics/example_adjusted_staking_yields.png)

Expand Down

0 comments on commit e14886a

Please sign in to comment.