docs: fix typo (#22116) (#22118)

(cherry picked from commit f643a8b425)

Co-authored-by: Samuel Oloruntoba <git@kayandra.co>
This commit is contained in:
mergify[bot]
2021-12-26 04:36:49 +00:00
committed by GitHub
parent 3ad4c3306c
commit 584e9bfbe7

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)