Update sysvars.md (#16998)

a typo
This commit is contained in:
Max Block
2021-05-03 12:36:26 +03:00
committed by GitHub
parent d7166c5778
commit 43ccaf14b0

View File

@ -11,7 +11,7 @@ and outlined below.
To include sysvar data in program operations, pass the sysvar account address in To include sysvar data in program operations, pass the sysvar account address in
the list of accounts in a transaction. The account can be read in your the list of accounts in a transaction. The account can be read in your
instruction processor like any other account. Access to sysvars accounts ßis instruction processor like any other account. Access to sysvars accounts is
always _readonly_. always _readonly_.
## Clock ## Clock