From 43775111fb5ad87ba888f17da168eb32b2736683 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 16 Jun 2021 14:17:08 -0600 Subject: [PATCH] Remove "synthetic" from sysvar definition (#18016) Avoid confusion with synthetic tokens --- docs/src/terminology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/terminology.md b/docs/src/terminology.md index ea358deed3..ba40b30788 100644 --- a/docs/src/terminology.md +++ b/docs/src/terminology.md @@ -255,7 +255,7 @@ Tokens forfeit to the [cluster](terminology.md#cluster) if malicious [validator] ## sysvar -A synthetic [account](terminology.md#account) maintained by the runtime and provided to programs which provide cluster state such as current tick height, rewards [points](terminology.md#point) values, etc. Sysvars can either be [passed to the program as an account or queried by the program via a syscall](developing/runtime-facilities/sysvars.md). +An [account](terminology.md#account) maintained by the runtime and provided to programs which provide cluster state such as current tick height, rewards [points](terminology.md#point) values, etc. Sysvars can either be [passed to the program as an account or queried by the program via a syscall](developing/runtime-facilities/sysvars.md). ## thin client