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