From 6511b6dce65d0f4d226ddd5878a2c9cf0a8d86f0 Mon Sep 17 00:00:00 2001 From: WillHickey Date: Fri, 6 Sep 2024 16:07:32 -0500 Subject: [PATCH] Trivial docs change to see if the pipeline will run --- docs/src/implemented-proposals/rent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/implemented-proposals/rent.md b/docs/src/implemented-proposals/rent.md index 02adc0390ef3ca..32237c9397cd9b 100644 --- a/docs/src/implemented-proposals/rent.md +++ b/docs/src/implemented-proposals/rent.md @@ -2,7 +2,7 @@ title: Rent --- -Accounts on Solana may have owner-controlled state \(`Account::data`\) that's separate from the account's balance \(`Account::lamports`\). Since validators on the network need to maintain a working copy of this state in memory, the network charges a time-and-space based fee for this resource consumption, also known as Rent. +Accounts on Solana may have owner-controlled state \(`Account::data`\) that is separate from the account's balance \(`Account::lamports`\). Since validators on the network need to maintain a working copy of this state in memory, the network charges a time-and-space based fee for this resource consumption, also known as Rent. ## Two-tiered rent regime