diff --git a/docs/src/developing/runtime-facilities/sysvars.md b/docs/src/developing/runtime-facilities/sysvars.md index 1ad23298cf..d10bd5899e 100644 --- a/docs/src/developing/runtime-facilities/sysvars.md +++ b/docs/src/developing/runtime-facilities/sysvars.md @@ -11,7 +11,7 @@ and outlined below. 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 -instruction processor like any other account. Access to sysvars accounts ßis +instruction processor like any other account. Access to sysvars accounts is always _readonly_. ## Clock