From f8d01df1db23b10ba27d96f902bb4f3184e15947 Mon Sep 17 00:00:00 2001 From: Bork Bork <107079055+BorkBorked@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:46:07 +0100 Subject: [PATCH] chore(docs): proofreading (#35172) * proofread * proofread --- docs/README.md | 2 +- docs/src/proposals/comprehensive-compute-fees.md | 2 +- docs/src/proposals/simple-payment-and-state-verification.md | 2 +- metrics/README.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0e002b6ac..d537c5c8c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ Static content delivery is handled using `vercel`. > documentation which is generalize to the Solana protocol as a whole, and apply > to all Solana validator implementations, are maintained within the > [`developer-content`](https://github.com/solana-foundation/developer-content/) -> repo. Those "common docs" are manged by the Solana Foundation within their +> repo. Those "common docs" are managed by the Solana Foundation within their > GitHub organization and are publicly accessible via > [solana.com/docs](https://solana.com/docs) diff --git a/docs/src/proposals/comprehensive-compute-fees.md b/docs/src/proposals/comprehensive-compute-fees.md index 79e92b7b9..e0194811e 100644 --- a/docs/src/proposals/comprehensive-compute-fees.md +++ b/docs/src/proposals/comprehensive-compute-fees.md @@ -35,7 +35,7 @@ A fee could be calculated based on: - Fixed rate per writable account 3. Data byte cost - Fixed rate per byte of the sum of the length all a transactions instruction - datas + data 4. Account sizes - Account sizes can't be known up-front but can account for a considerable amount of the load the transaction incurs on the network. The payer will diff --git a/docs/src/proposals/simple-payment-and-state-verification.md b/docs/src/proposals/simple-payment-and-state-verification.md index caa8a2d55..6a561cd96 100644 --- a/docs/src/proposals/simple-payment-and-state-verification.md +++ b/docs/src/proposals/simple-payment-and-state-verification.md @@ -117,7 +117,7 @@ https://github.com/solana-labs/solana/blob/b6bfed64cb159ee67bb6bdbaefc7f833bbed3 let mut hash = hashv(&[ // bank hash of the parent block self.parent_hash.as_ref(), - // hash of all the modifed accounts + // hash of all the modified accounts accounts_delta_hash.hash.as_ref(), // Number of signatures processed in this block &signature_count_buf, diff --git a/metrics/README.md b/metrics/README.md index f1890aacc..15c8b148a 100644 --- a/metrics/README.md +++ b/metrics/README.md @@ -41,8 +41,8 @@ The cluster telemetry dashboard shows the current state of the cluster: The fee market dashboard shows: -1. Total Priorization Fees -2. Block Min Priorization Fees +1. Total Prioritization Fees +2. Block Min Prioritization Fees 3. Cost Tracker Stats ### Ping Results