Fix typo in account docs (#15349)

This commit is contained in:
Austin Abell 2021-02-16 11:58:33 -05:00 committed by GitHub
parent aaa44355b1
commit 17a328bc6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ lifetime is expressed in "tokens", which is a number of fractional native
tokens, called _lamports_. Accounts are held in validator memory and pay tokens, called _lamports_. Accounts are held in validator memory and pay
["rent"](#rent) to stay there. Each validator periodically scans all accounts ["rent"](#rent) to stay there. Each validator periodically scans all accounts
and collects rent. Any account that drops to zero lamports is purged. Accounts and collects rent. Any account that drops to zero lamports is purged. Accounts
can also be marked [rent-exempt](#rent-exemption) if they contain a sufficnet can also be marked [rent-exempt](#rent-exemption) if they contain a sufficient
number of lamports. number of lamports.
In the same way that a Linux user uses a path to look up a file, a Solana client In the same way that a Linux user uses a path to look up a file, a Solana client