From e14886a29bc10a0472c660efe5532822fd0bcf3f Mon Sep 17 00:00:00 2001 From: Pavel Date: Fri, 29 Nov 2024 07:01:01 +0300 Subject: [PATCH] fix: apply prettier formatting --- content/cookbook/wallets/sign-message.md | 3 ++- docs/core/index.md | 4 ++-- docs/economics/inflation/_adjusted_staking_yield.md | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/cookbook/wallets/sign-message.md b/content/cookbook/wallets/sign-message.md index fe6488b23..42a07f1fd 100644 --- a/content/cookbook/wallets/sign-message.md +++ b/content/cookbook/wallets/sign-message.md @@ -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. - + + ```typescript import { diff --git a/docs/core/index.md b/docs/core/index.md index 795579b58..7bf9fd62a 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -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 diff --git a/docs/economics/inflation/_adjusted_staking_yield.md b/docs/economics/inflation/_adjusted_staking_yield.md index 1fddfa196..33abf65a9 100644 --- a/docs/economics/inflation/_adjusted_staking_yield.md +++ b/docs/economics/inflation/_adjusted_staking_yield.md @@ -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)