From 851742e5d9d036cd12d3ffa45ff7f2d8b0c3eae6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 09:58:20 +0000 Subject: [PATCH] Update sysvars.md (#16998) (#16999) a typo (cherry picked from commit 43ccaf14b0b256881dd9985621ae052921c18493) Co-authored-by: Max Block <40041609+max-block@users.noreply.github.com> --- 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