docs: fix typo (#22116)

This commit is contained in:
Samuel Oloruntoba
2021-12-26 05:12:06 +01:00
committed by GitHub
parent 0a0fc85282
commit f643a8b425

View File

@ -18,7 +18,7 @@ programs, as well include instructions from on-chain programs.
## System Program
Create new accounts, allocate account data, assign accounts to owning programs,
transfer lamports from System Program owned accounts and pay transacation fees.
transfer lamports from System Program owned accounts and pay transaction fees.
- Program id: `11111111111111111111111111111111`
- Instructions: [SystemInstruction](https://docs.rs/solana-sdk/VERSION_FOR_DOCS_RS/solana_sdk/system_instruction/enum.SystemInstruction.html)