From 43ccaf14b0b256881dd9985621ae052921c18493 Mon Sep 17 00:00:00 2001 From: Max Block <40041609+max-block@users.noreply.github.com> Date: Mon, 3 May 2021 12:36:26 +0300 Subject: [PATCH] Update sysvars.md (#16998) a typo --- docs/src/developing/runtime-facilities/sysvars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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