From 26f32a3288c62d36bf70bb532ecd0b8bebba6f34 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 25 Nov 2021 06:35:12 +0000 Subject: [PATCH] Fix typo: a -> an (#21422) (#21424) (cherry picked from commit 88f8c89f18e36df2275aa4cb76ff440e06883574) Co-authored-by: Aiham --- docs/src/developing/on-chain-programs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/on-chain-programs/overview.md b/docs/src/developing/on-chain-programs/overview.md index 5c22542a33..a29ef211b2 100644 --- a/docs/src/developing/on-chain-programs/overview.md +++ b/docs/src/developing/on-chain-programs/overview.md @@ -21,7 +21,7 @@ currently supports writing programs in Rust and C/C++. BPF provides an efficient [instruction set](https://github.com/iovisor/bpf-docs/blob/master/eBPF.md) that can be -executed in a interpreted virtual machine or as efficient just-in-time compiled +executed in an interpreted virtual machine or as efficient just-in-time compiled native instructions. ## Memory map