From aa688e45491a6e31b7799b804a4f15a3f851b797 Mon Sep 17 00:00:00 2001 From: 0xlucius Date: Fri, 6 Aug 2021 22:52:54 -0400 Subject: [PATCH] fix typo (#19111) --- docs/src/developing/on-chain-programs/developing-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/on-chain-programs/developing-rust.md b/docs/src/developing/on-chain-programs/developing-rust.md index 8e4bb902d0..fd95e65be9 100644 --- a/docs/src/developing/on-chain-programs/developing-rust.md +++ b/docs/src/developing/on-chain-programs/developing-rust.md @@ -103,7 +103,7 @@ to send multiple transactions while keeping state for the duration of the test. For more information the [test in sysvar example](https://github.com/solana-labs/solana-program-library/blob/master/examples/rust/sysvar/tests/functional.rs) -shows how an instruction containing syavar account is sent and processed by the +shows how an instruction containing sysvar account is sent and processed by the program. ## Program Entrypoint